iwantcoding.com
🔥 Daily 👥 Rooms 🏆 Top Log in Sign up
« Previous

Tailwind HOME

Welcome to the iwantcoding.com Tailwind CSS Tutorial. Tailwind is a utility-first CSS framework: instead of writing custom classes, you compose designs from a constrained set of low-level utilities. The result is a consistent design system that grows with your app, not against it.

What this tutorial covers

ChapterYou will learn
Tailwind BasicsInstall, the utility system, spacing, typography, colours, sizing.
LayoutFlexbox, Grid, container queries, positioning, responsive variants.
ComponentsButtons, forms, cards, dark mode, animations, transitions.
Customisationtailwind.config.js, theme tokens, plugins, the @apply escape hatch.
ExamplesCheatsheet, runnable snippets, quiz, exercises, bootcamp, certificate.

Who this is for

  • App teams shipping fast — no naming bikeshedding, no orphaned CSS files.
  • Designers who code — constrained tokens make consistent UI almost automatic.
  • Anyone tired of BEM — utilities replace 90% of hand-written classes.
How to use this tutorial: read the chapter, run the example with Try it Yourself », do the exercise, then take the quiz at the bottom. Hit Mark complete when you're done — the sidebar will track your progress.

Example

Example
<button class="px-4 py-2 bg-sky-500 text-white rounded">Tailwind!</button>
Try it Yourself »

Discussion

Loading…

« Previous