JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
div{
height:150px;
width: 150px;
background: red;
transition: all 2s ease;
position:relative;
}
div:hover{
top:2px;
left: 3px;
}
<div></div>
div{
height:150px;
width: 150px;
background: red;
transition: all 2s ease;
position:relative;
}
div:hover{
top:2px;
left: 3px;
}