JSFiddle - React, Tailwind, and code Playground
HTML
<div id="content">
SITE
</div>
CSS
body {
margin: 0;
}
#content {
height: 1000px;
background: green;
background: url(http://fotobg.ru/upload/paper_texture315.jpg) fixed;
background-size: 100% 100%;
}