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;
}