x
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-gray-50 min-h-screen flex items-center justify-center p-4">
<div class="max-w-sm w-full bg-white rounded-lg shadow-md hover:shadow-lg transition-shadow">
<div class="p-4 border-b flex items-center justify-between">
<span class="text-xl">✨ Welcome!</span>
<span class="text-gray-400 hover:text-gray-600 cursor-pointer">×</span>
</div>
<div class="p-4">
<p class="text-gray-600">Start editing to see the magic happen ✨</p>
<button class="mt-3 block w-full bg-blue-500 text-white text-center py-2 rounded-md hover:bg-blue-600">
Get Started
</button>
</div>
</div>
</body>
</html>
Create a new Gist at gist.github.com, paste your code, click "Raw" after saving, then add the raw URL to: https://realtimehtml.com/tailwind.html#https://gist.githubusercontent.com/user/id/raw/...
Get an instantly shareable link with your code compressed into the URL (max 1200 lines).
Add this HTML code to embed the editor in your website. You can test the embed code in this editor itself:
Real-time HTML, CSS, and JavaScript editor with live preview
Svelte component editor with Tailwind CSS support
Markdown editor with instant preview and GitHub flavor
WebGL shader editor with Shadertoy compatibility
Tailwind CSS playground with class suggestions
For payment-related issues or refund requests, please contact me@davidb.dev