Explore Library
Tailwind CSSIntroduction & Core Concepts

42 items

Code QuizBeginner

Bold Text the Wrong Way

Find the incorrect font-weight utility in this text element.

Codehtml
<p class="text-lg text-bold text-center">
  Welcome back
</p>

What is the mistake in these text utilities?