Getting Started
To get started with Tailwind CSS, include the following script tag in your HTML file:
<script src="/tailwindcss.js"></script>
Utility-First Classes
Tailwind CSS provides a wide range of utility-first classes that can be used to style your HTML elements.
<div class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded">Click Me</div>
Click Me
Configuration
Tailwind CSS can be configured using the tailwind.config.js