JSFiddle - React, Tailwind, and code Playground

CSS

body {
    background-image:url('http://www.longriflewebdesign.com/images/wood_background.jpg');
    background-size:100%;
    background-repeat: repeat-y;
    background-attachment: fixed;
    height:100%;
    width:100%;
}