JSFiddle - React, Tailwind, and code Playground
by robaldred
HTML
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.0-rc.1/jquery.mobile-1.1.0-rc.1.min.css">
<script src="http://code.jquery.com/mobile/1.1.0-rc.1/jquery.mobile-1.1.0-rc.1.min.js"></script>
<div data-role="page">
<div data-role="header">
<h1>Footer Test</h1>
</div>
<div data-role="content">
<ul data-role="listview">
<li>Item 1</li>
<li>Item 2</li>
</ul>
</div>
<div data-role="footer"
data-position="fixed"
data-id="myfooter"
data-tap-toggle="false">
<h3>Footer Test</h3>
</div>
</div>