JSFiddle - React, Tailwind, and code Playground

by totoromaum

HTML

<div>
    <p>This is a sentence.</p>
</div>

CSS

div {
  /* font-size: 2em; */
  /* font-size: 20px; */
}
p {
  font-size: 1em;
  /* font-size: 1.5em; */
  /* font-size: 0.5em; */
}