JSFiddle - React, Tailwind, and code Playground
by WoJWoJ
HTML
<div class="hello">hello</div>
CSS
.hello {
color: red;
}
.hello {
font-size: 300%
}
by WoJWoJ
<div class="hello">hello</div>
.hello {
color: red;
}
.hello {
font-size: 300%
}