JSFiddle - React, Tailwind, and code Playground

HTML

<div class="your-img"></div>

CSS

.your-img {
            width: 344px; /* your image width and height here */
            height: 222px;
            background-image: url('http://placehold.it/350x150');        
        }        
        .your-img:hover {
            width: 341px;
            height: 225px;
            background-image: url('http://placehold.it/350x150');