JSFiddle - React, Tailwind, and code Playground
by lombervid
HTML
<div class="img">
<img src="http://www.puertopasajes.net/images/fotografia_presentacion-g.jpg" alt="">
</div>
<br />
<br />
<div class="img"><img src="http://www.lks.es/Portals/0/Comunicacion/Noticias/urbanismo/844200331H.jpg" alt="" /></div>
<br />
<br />
<div class="img"><img src="http://mlu-s2-p.mlstatic.com/-pasajes-aereos-el-mejor-precio-de-pasajes-de-avion-3435-MLU4847249144_082013-F.jpg" alt="" /></div>
CSS
.img::after{
position: absolute;
content: '';
top: 0;
left: 0;
bottom: 0;
right: 0;
background: url("http://www.dezinethemes.com/envato/ps/02/02/css/../img/body-bg1.png") repeat;
}
.img {
position: relative;
display: inline-block;
line-height: 0;
}