JSFiddle - React, Tailwind, and code Playground

by James Allardice

HTML

<button class="button button-green">Button</button>

CSS

.button.button-green:hover {
    color: red
}

.button.button-green {
    color: green
}