JSFiddle - React, Tailwind, and code Playground
CSS
html, body {
margin: 0px;
padding: 0px;
height: 100%;
min-height: 100%;
}
html {
background: url('http://i.stack.imgur.com/RwEEx.jpg') no-repeat top left;
background-size: 100% 100%;
}
body {
background: url('http://i.stack.imgur.com/vyMEy.png') repeat top left;
opacity: 0.2; /* I don't have PS installedo n this comp, so I made a compromise and lowered the opacity of an opaque image*/
}