- Dużo klas, gotowych do użycia.
- Każda styluje jedną rzecz, np. rozmiar lub kolor.
- Praca z Tailwind to tak naprawdę dodawanie wielu klas do naszego HTML, by przybrał żądany wygląd.
<div class="mx-auto flex max-w-sm items-center gap-x-4 rounded-xl bg-white p-6 shadow-lg outline">
<div class="text-gray-500 bg-blue-50 font-bold">Item 1</div>
<div class="text-gray-500 bg-red-50 underline">Item 2</div>
</div>