JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
div {
transform: translate3d(0,0,0);
width: 100%;
height: 2000px;
background-image: url('http://www.wallpapereast.com/static/images/001_Fish-Wallpaper-HD_hkNsK33.jpg');
background-size: cover;
background-attachment: fixed;
}