JSFiddle - React, Tailwind, and code Playground

by phillpafford

HTML

<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0b2/jquery.mobile-1.0b2.min.css">
<div data-role="page" id="myPage1">
    <div data-role="header">
        <h1>Page 1 header</h1>
    </div>
    <h1>Page 1</h1>
    <div data-role="footer">

        <h1>Page 1 Footer</h1>
    </div>
</div>