JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

html, body {
    height:100%;
}
div {
    background: url("http://d227xyj983n2jj.cloudfront.net/wp-content/uploads/2013/09/scoring.png") repeat scroll 0% 0%, -moz-linear-gradient(rgba(208, 208, 208, 0.5), rgba(242, 242, 242, 0.5) 50%, rgba(208, 208, 208, 0.5));
    box-shadow: 0px 0px 5px rgb(51, 51, 51);
    border: 1px solid rgb(239, 241, 239);
    position: relative;
    height:100%;
}