JSFiddle - React, Tailwind, and code Playground

HTML

<img src="http://placehold.it/340x290">

CSS

img {
    transition: 0.8s;
}

img:hover {
    border-radius: 100%;
}