JSFiddle - React, Tailwind, and code Playground
by Jens Kühn
HTML
<button>
test
</button>
CSS
button {
background-color: #00ff00;
}
botton:hover {
background-color: #ff0000;
}
by Jens Kühn
<button>
test
</button>
button {
background-color: #00ff00;
}
botton:hover {
background-color: #ff0000;
}