Why Tailwind is the default suggestion
Tailwind composes utility classes that compile down to one minimal CSS bundle per page. Works in Server and Client Components, integrates cleanly with next/font via CSS variables, and stays predictable across a team because the language is the same everywhere.
v4 setup is shorter than v3
v4 dropped the tailwind.config.js file. Configuration moved into CSS using @theme blocks. The PostCSS plugin auto-detects your source files. Setup is now: install, import, configure PostCSS, done.