JSFiddle - React, Tailwind, and code Playground

by Imri Paloja

HTML

<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>

<body class="flex min-h-screen flex-col">
  <header class="bg-gray-800 p-4">Header</header>
  <main class="flex-1 p-4">Content</main>
  <footer class="mt-auto bg-gray-800 p-4">Footer</footer>
</body>