JSFiddle - React, Tailwind, and code Playground

by zicai

HTML

<img src="http://lorempixel.com/20/20" alt="">

CSS

img{
    width: 20px;
    height: 20px;
    
}
img:hover{
    transition:1s height ,1s 1s width;
    width: 500px;
    height: 500px;
}