Font size: text-xs, text-sm, text-base, text-lg, text-xl, text-2xl ... text-9xl
Font weight: font-thin, font-light, font-normal, font-medium, font-semibold, font-bold, font-extrabold
Line height: leading-none, leading-tight, leading-normal, leading-relaxed, leading-loose
Letter spacing: tracking-tighter, tracking-tight, tracking-normal, tracking-wide, tracking-wider, tracking-widest
Text align: text-left, text-center, text-right, text-justify
Text decoration: underline, line-through, no-underline
Text transform: uppercase, lowercase, capitalize, normal-case
<h1 class="text-3xl font-bold tracking-tight">Judul Besar</h1>
<p class="text-sm text-gray-500 leading-relaxed">Paragraf kecil</p>