JSFiddle - React, Tailwind, and code Playground

by ZenMaster

HTML

<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.1/jquery.mobile-1.1.1.min.css">
<script src="http://code.jquery.com/mobile/1.1.1/jquery.mobile-1.1.1.min.js"></script>
<div data-role="page" data-position="fixed"> 
    <div data-role="header"><h1>Test</h1></div> 
    <div data-role="content">
        <div class="ui-grid-a">
            <div class="ui-block-a"><button type="button" data-theme="c">Previous</button></div>
            <div class="ui-block-b"><button type="button" data-theme="c">Next</button></div>       
        </div>
    </div> 
    <div data-role="footer" data-position="fixed"><h1>Test</h1></div> 
</div>