JSFiddle - React, Tailwind, and code Playground

by eget teteete

HTML

<img src="https://images.unsplash.com/photo-1552312660-8bf6c9ed53ec?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=334&q=80" alt="">

CSS

img {
  width: 300px;
  height: 350px;
}

img:hover {
    -webkit-transform: scale(2.08);
    -moz-transform: scale(3.08);
    -ms-transform: scale(2.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}