JSFiddle - React, Tailwind, and code Playground
HTML
<img src="http://placehold.it/350x150" class="image">
CSS
.image { transition: all .2s ease-in-out; }
.image:hover { transform: scale(1.5); }
<img src="http://placehold.it/350x150" class="image">
.image { transition: all .2s ease-in-out; }
.image:hover { transform: scale(1.5); }