Explore Library
Tailwind CSSIntroduction & Core Concepts

42 items

Code QuizBeginner

Color Without a Shade

Spot why this text color utility does nothing.

Codehtml
<span class="text-blue bg-gray-100">
  Notice
</span>

What is the bug with the text color?