JSFiddle - React, Tailwind, and code Playground
by cvalleskey
HTML
<p id="test" class="tist">
This is a test
</p>
CSS
.tist { color: red; }
#test { color: blue;}
by cvalleskey
<p id="test" class="tist">
This is a test
</p>
.tist { color: red; }
#test { color: blue;}