JSFiddle - React, Tailwind, and code Playground

by Ayadi Baha Eddine

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;
}