JSFiddle - React, Tailwind, and code Playground

HTML

<div id="console">
</div>

CSS

#console {
background-image: url("http://people.rit.edu/~cad9462/portfolio/images/stackoverflow-logo.png");
-moz-transition: all 0.5s; 
-webkit-transition: all 0.5s; 
-o-transition: all 0.5s; 
transition: all 0.5s;
display: block;
width: 500px;
height: 150px;
}

#console:hover {
background-image: url("http://ecn.channel9.msdn.com/o9/c4fcontent/migration/9537266/stackoverflow-logo-250_2.png")
}