Explore Library
Tailwind CSSIntroduction & Core Concepts

42 items

Code QuizBeginner

Tailwind vs Semantic Class

Identify the non-existent 'component' class assumption.

Codehtml
<!-- Assumes Tailwind ships a ready-made button style -->
<button class="btn-primary">
  Submit
</button>

What is the misconception in this markup?