JSFiddle - React, Tailwind, and code Playground
HTML
<p>
hello
</p>
CSS
html {
font-size: 16px;
font-size: 62.5%;
}
body {
font-size: 1.6rem;
}
p {
font-size: 1.2rem;
}
<p>
hello
</p>
html {
font-size: 16px;
font-size: 62.5%;
}
body {
font-size: 1.6rem;
}
p {
font-size: 1.2rem;
}