JSFiddle - React, Tailwind, and code Playground
HTML
<img src="http://www.iconsdb.com/icons/preview/white/whatsapp-xxl.png">
CSS
body{
background: black;
}
img{
max-width: 5vw;
transition: 1s ease;
}
img:hover{
max-width: 6vw;
}