JSFiddle - React, Tailwind, and code Playground

by Bacher

HTML

<div class="lol">
<div class="lol2">
HELLO
</div>
</div>

CSS

.lol {
  font-size: 200%;
}

.lol2 {
  font-size: 2em;
}