JSFiddle - React, Tailwind, and code Playground
by simoneast
HTML
<style>
.test {color: red;}
div {color: green !important;}
</style>
<div class="test">hello</div>
by simoneast
<style>
.test {color: red;}
div {color: green !important;}
</style>
<div class="test">hello</div>