{ "$schema": "../schemas/code-crispies-module-schema.json", "id": "tailwind-basics", "title": "Tailwind CSS Basics", "description": "Learn how Tailwind CSS revolutionizes styling by replacing traditional CSS selectors with utility-first classes. Understand the philosophy behind utility classes and how they solve common CSS problems like specificity conflicts and maintenance complexity.", "mode": "tailwind", "difficulty": "beginner", "lessons": [ { "id": "bg-colors", "title": "Background Colors", "description": "Learn to apply background colors using Tailwind utilities.", "task": "Add a blue background to the div using Tailwind classes.", "previewHTML": "
This is a card component built entirely with utility classes!
\nThis heading demonstrates text utilities in action.
\n