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;}