DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

TAILWIND Reference: Utility Classes

Quick reference for Utility Classes.

Read time: 1 min Words: 16
Open Playground → HTML My Progress

TAILWIND Reference — Utility Classes

Quick summary of Utility Classes 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>