JSFiddle - React, Tailwind, and code Playground

by Van Hai Le

HTML

<div class="original-font">
  <p>Hemm</p>
</div>

CSS

.original-font {
  font-size: 32px;
}

p {
  font-size: 1em;
}