Auto Run
Basic HTML5
Tailwind CSS CDN
Vue 3 (CDN)
Chart.js Example
Explorer
Editor|index.html
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<script src="https://cdn.tailwindcss.com"></script>
5
</head>
6
<body class="bg-gray-900 text-white flex items-center justify-center h-screen">
7
<div class="text-center space-y-4">
8
<h1 class="text-5xl font-bold text-transparent bg-clip-text bg-gradient-to-r from-blue-400 to-purple-500">
9
Tailwind Ready
10
</h1>
11
<p class="text-gray-400">Start building with utility classes immediately.</p>
12
<button class="px-6 py-2 bg-blue-600 hover:bg-blue-500 rounded-lg transition">Button</button>
13
</div>
14
</body>
15
</html>
Preview
No Entry Point
To get started, create an index.html file.
or choose a preset below.
ITGOIT Shell
