Explore Library
Tailwind CSSIntroduction & Core Concepts

42 items

Code QuizBeginner

Hiding an Element

Find the wrong display utility used to hide an element.

Codehtml
<div class="display-none">
  Secret content
</div>

What is the bug here?