JSFiddle - React, Tailwind, and code Playground
HTML
<div class="imagediv" id="imagediv">
<img src="" alt="" id="image">
</div>
CSS
#image{
width:250px;
height:250px;
cursor:move;
transition: 1s ease-in-out;
}
<div class="imagediv" id="imagediv">
<img src="" alt="" id="image">
</div>
#image{
width:250px;
height:250px;
cursor:move;
transition: 1s ease-in-out;
}