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" data-theme="e">
<div data-role="header"><h1>Test</h1></div>
<div data-role="content" data-theme="a">
<div data-role="tabpanel">
<input type="search"></input>
<button>Button</button>
<select>
<option>First</option>
<option>Second</option>
</select>
</div>
<div data-content-theme="e" data-inset-true="eee">
<strong><button>Button</button>
</div>
</div>
<div data-role="footer" data-position="fixed"><h1>Test</h1></div>
</div>