Explore Library
Tailwind CSSIntroduction & Core Concepts

42 items

Code QuizBeginner

Border Color Naming

Spot the malformed border color utility.

Codehtml
<div class="border-2 rounded-lg border-color-gray">
  Box
</div>

What is the bug in these border classes?