TAILWIND Reference: Setup
Quick reference for Setup.
TAILWIND Reference — Setup
Quick summary of Setup with syntax and example.
Syntax
class="px-4 py-2 ..."
Example
<button class="px-4 py-2 rounded-lg bg-green-600 text-white">Tailwind Button</button>