JSFiddle - React, Tailwind, and code Playground

HTML

<div id="teste"></div>

CSS

#teste {
   background-image: url('https://help.github.com/assets/images/site/invertocat.png');
   width: 200px;
   height: 200px;  
   background-repeat: no-repeat;
}

#teste:hover {
   background-image: url('https://help.github.com/assets/images/site/logo.png');
}