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