JSFiddle - React, Tailwind, and code Playground

by Danja Wittmann

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%;
}