JSFiddle - React, Tailwind, and code Playground

by Fiddel

HTML

<div id="foo">
	<div class="bar">Lorem ipsum</div>
</div>

CSS

.bar {
	color: red; }
#foo {
	color:lime !important; }