JSFiddle - React, Tailwind, and code Playground
HTML
<div>test</div>
CSS
html {
font-size: 42.5%;
-webkit-text-size-adjust:none;
}
div {
padding: 0 10rem;
border:1px solid red;
font-size:2rem;
float:left;
}
<div>test</div>
html {
font-size: 42.5%;
-webkit-text-size-adjust:none;
}
div {
padding: 0 10rem;
border:1px solid red;
font-size:2rem;
float:left;
}