1. How do teams maintain consistent naming and design language with Tailwind?
Extending the theme allows teams to define shared design tokens for colors, fonts, spacing, and breakpoints. This creates a single source of truth for UI consistency.
theme: { extend: { colors: { brand: '#2563EB' } } }