JSFiddle - React, Tailwind, and code Playground
HTML
<img src= />
CSS
body{background:#333;padding:60px 0;text-align:center}
img{
width:150px;
height:150px;
background:transparent;
transition:background .3s ease}
img:hover{background:white}