Explore Library
Tailwind CSSIntroduction & Core Concepts

42 items

Code QuizBeginner

Separating Multiple Classes

Find why combining these utilities breaks.

Codehtml
<div class="p-4, text-center, bg-blue-500">
  Combined
</div>

What is the bug when combining these utilities?