What problem does it solve? Writing consistent, responsive UI styles with raw CSS is slow and error-prone, and teams struggle with class generation failures in production builds and unstructured utility class lists. ## Core Features & Use Cases - Utility Composition Patterns: Compose layout, spacing, typography, and color directly in HTML/JSX using Tailwind utility classes with responsive (sm:, md:, lg:) and state (hover:, focus:, dark:) variants. - Production Build Guidance: Avoid common pitfalls such as missing generated classes from incorrect content paths or dynamically constructed class names that Tailwind cannot scan. - Ready-Made Recipes: Apply quick patterns for CTA buttons, responsive hero layouts, and safe dynamic class mapping with lookup objects. - Use Case: When building a marketing page in a React or Next.js app, use this Skill to structure a responsive hero section with dark-mode support and correctly safelisted dynamic classes. ## Quick Start Use the tailwindcss skill to build a responsive hero section with a CTA button for my Next.js landing page.