JSFiddle - React, Tailwind, and code Playground

by NAGA SAI AYTHA

HTML

<div>Hello
</div>

CSS

div
{
    background-color:yellow; 
}

div:hover
{
    background-color:red; 
    transition:background-color.7s ease in .60s;
}