JSFiddle - React, Tailwind, and code Playground
by jim28791
HTML
<button class="btn">BTN1</button>
<jim>
<button class="btn">BTN2</button>
</jim>
CSS
jim .btn{background-color:#00f;color:#999;}
.btn{background-color:#f00;color:#fff;}
by jim28791
<button class="btn">BTN1</button>
<jim>
<button class="btn">BTN2</button>
</jim>
jim .btn{background-color:#00f;color:#999;}
.btn{background-color:#f00;color:#fff;}