JSFiddle - React, Tailwind, and code Playground

HTML

<div>
    <div class="button">Hello</div>
</div>

CSS

.fuelux .button {
    color: red;
}