JSFiddle - React, Tailwind, and code Playground
HTML
<div class='logo'> </div>
CSS
.logo {
width: 275px;
height: 100px;
background: no-repeat url('https://www.google.com/images/srpr/logo3w.png')
}
.logo:hover {
background: no-repeat url('http://scienceblogs.com/startswithabang/files/2013/01/m67a-590x393.jpg');
}