JSFiddle - React, Tailwind, and code Playground

by sonylnagale

HTML

<p class="intro hidden" id="highlight">Hello</p>

CSS

p {
	font-size: 1em;
}

.intro {
	font-size: 2em;
}

.hidden {
	font-size: 0;
}

#highlight {
	font-size: 3em;
}