JSFiddle - React, Tailwind, and code Playground
by Júlio Moreira
HTML
<div class="bg-test row">
<img class="col-md-4 img-responsive" src="http://foxhead.vtexcommercestable.com.br/arquivos/mtb1.jpg" align="left" width="700">
<img class=" col-md-4 img-responsive" src="http://foxhead.vtexcommercestable.com.br/arquivos/mx1.jpg" align="left" width="700">
<img class="col-md-4 img-responsive" src="http://foxhead.vtexcommercestable.com.br/arquivos/lifestyle1.jpg" align="left" width="700">
</div>
CSS
.espaco-td {
padding: 5px;
}
.img-1:hover {
background: url("http://www.nixon.com/images/aa/home/RANGER-40-HAPPENINGS-TIER-2-960x562.jpg");
z-index: 1;
}