JSFiddle - React, Tailwind, and code Playground

by davidpauljunior

HTML

<p>
hello
</p>

CSS

html {
  font-size: 16px;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

p {
  font-size: 1.2rem;
}