JSFiddle - React, Tailwind, and code Playground
HTML
<div id="my-div">
</div>
CSS
#my-div
{
transition: 1s;
width: 200px;
height: 200px;
background-color: Green;
}
#my-div:hover
{
width: 300px;
height: 300px;
}
JavaScript
// CSS3 Overview: Transitions