Tailwind typography utilities adjust presentation—font size (text-sm, text-xl), weight (font-bold), alignment (text-center), tracking, and leading. They do not replace semantic heading levels.
Semantic HTML still matters
A marketing hero can look huge with text-4xl on an h1, but do not skip heading levels for styling convenience—screen readers and SEO depend on structure from HTML headings.
Prose plugin note
For long-form articles, the official @tailwindcss/typography plugin adds a prose class. This track teaches core utilities first; the plugin is optional sugar for CMS content.
Self-check
- Why keep logical heading order even when utilities control size?
- Name three typography concerns utilities handle.