JSFiddle - React, Tailwind, and code Playground
by Ishank Dubey
HTML
<div data-role="page" id="gallery">
<div data-role="header" data-theme="b" data-position="fixed" data-tap-toggle="false">
<h1><span class="fontClass" style="font-size:20px;">Gallery</span></h1>
<a style="float:left;margin-top:4px;" class="fontClass" data-role="button" data-icon="back" data-rel="back">Back</a>
</div>
<div data-role="footer" data-position="fixed" data-theme="b" data-tap-toggle="false">
<h4 class="fontClass" style="font-size:20px;">[email protected]</h4>
</div>
</div>