Explore Library
Tailwind CSSIntroduction & Core Concepts

42 items

Code QuizBeginner

Class vs className in HTML

Find why the utility classes do not apply in this HTML file.

Codehtml
<!-- index.html -->
<div className="bg-blue-500 text-white">
  Styled box
</div>

Why do the Tailwind styles not apply here?