JSFiddle - React, Tailwind, and code Playground
HTML
<!-- PHOTO BY ...marS' from
http://www.flickr.com/photos/mars_/7502004958/in/pool-freeuse --!>
<!-- OVERLAY BY jaysalvat from https://github.com/jaysalvat/vegas --!>
CSS
html, body {
background: url('https://github.com/jaysalvat/vegas/raw/master/overlays/01.png') repeat, url('http://farm8.staticflickr.com/7260/7502004958_595bf03fbf_z.jpg') top left no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}