JSFiddle - React, Tailwind, and code Playground

by neal_fletcher

HTML

<script src="http://riba.sb-studio.co.uk/js/jquery.fixedbg.min.js"></script>
<div class="page"></div>

CSS

.page{
    position: absolute;
    width: 100%; height: 2000px;
    background: url("https://upload.wikimedia.org/wikipedia/commons/6/6b/Big_Sur_June_2008.jpg") no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}