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;
    width: 50px;
    height: 50px;
}