<!DOCTYPE html> <html lang="ar"> <head> <meta charset="UTF-8"> <title>HTML Playground</title> <style> body { font-family: Arial; background: #1e1e1e; color: white; display: flex; justify-content: space-around; align-items: center; height: 100vh; margin: 0; } textarea { width: 45%; height: 90%; background: #111; color: #0f0; padding: 10px; border: none; font-size: 14px; resize: none; } .phone { width: 300px; height: 550px; border: 10px solid #333; border-radius: 30px; background: white; overflow: hidden; box-shadow: 0 0 20px black; } iframe { width: 100%; height: 100%; border: none; } .container