JSFiddle - React, Tailwind, and code Playground
by Joe Young
HTML
<a href="#"><img src="http://media1.santabanta.com/full1/Animals/Cats/cats-54a.jpg"></a>
<a href="#"><img src="http://cattpix.com/file/2013/11/cute-cat-wallpaper.jpg"></a>
<a href="#"><img src="http://inspirekids.designdecor.in/kids/cute-cat/cute-cat-pic-8.jpg"></a>
CSS
html {
background: url(http://www.greenhdwallpaper.com/wp-content/uploads/2014/10/grass-pictures-free-6.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size:
-o-background-size: cover;
background-size: cover;
}
img {
width:175px;
height:125px;
display: block;
}