JSFiddle - React, Tailwind, and code Playground
by kiokotzu
HTML
<div>bar</div>
CSS
div {
border: 1px solid #bada55;
width: 70px;
transition: .50s all;
transition-delay: 5s;
}
div:hover {
width: 130px;
transition-delay: 0s;
}