JSFiddle - React, Tailwind, and code Playground
HTML
<div>Hello
</div>
CSS
div
{
background-color:yellow;
}
div:hover
{
background-color:red;
transition:background-color.7s ease in .60s;
}
<div>Hello
</div>
div
{
background-color:yellow;
}
div:hover
{
background-color:red;
transition:background-color.7s ease in .60s;
}