JSFiddle - React, Tailwind, and code Playground

by AaronLayton

HTML

<div class="header"></div>
<div class="mainContent">
    
</div>
<div class="footer"></div>
<div id="NextPrev">
    <a id="Next" href="#"></a>
    <a id="Prev" href="#"></a>
</div>

CSS

body { background:url(http://www.yoursclothing.co.uk/images/skin/backgrounds/backgroundstraight.jpg); }
.header, .footer { background:#000;margin:0 auto;height:75px;width:500px; }


.mainContent {
    background:#fff;
    height:500px;
    margin:0 auto;
    width:500px;
}

JavaScript

// Next / Prev post

$(function(){
    
});