JSFiddle - React, Tailwind, and code Playground
HTML
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<button>ddasdasd</button><br>
<br><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
d
v
<br>
<br>
<br>
<br>
CSS
button {
--stop-color: red;
transition: --stop-color: 1s;
}
button:hover {
--stop-color: green;
}