JSFiddle - React, Tailwind, and code Playground
by Jatin Patil
HTML
<span class="text-to-hide">Whatever to text you want to hide</span>
CSS
span.text-to-hide
{
display:none;
}
by Jatin Patil
<span class="text-to-hide">Whatever to text you want to hide</span>
span.text-to-hide
{
display:none;
}