JSFiddle - React, Tailwind, and code Playground
HTML
<div class="image-photo-previous"></div>
CSS
.image-photo-previous {
background-color: #222222;
height: 100px;
width: 200px;
transition: 0.3s;
}
.image-photo-previous:hover{
margin-left: -50px;
}