JSFiddle - React, Tailwind, and code Playground

by brandondurham

HTML

<div class="one">One</div>

CSS

.one { color: red; }
.one { color: red !important; }
.one.one { color: blue; }


body .one { color: violet; }