Click utilities to compose a component. Watch the class="..." string build up
and the equivalent plain CSS it generates — that's all Tailwind is.
Each utility maps to one tiny CSS rule. You never leave your markup — you describe the design directly on the element.
p-4 is literally
padding: 1rem. You build components by composing many tiny classes — no naming,
no separate stylesheet, no context-switching.