JSFiddle - React, Tailwind, and code Playground

by luka kupunia

HTML

<h1>fwefe</h1>
<div class="test">
    <h1>fwefe</h1>
</div>

CSS

:root.test {
    font-size: 16px;
}
h1 {
    font-size: 2rem;
}