JSFiddle - React, Tailwind, and code Playground
HTML
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a4.1/jquery.mobile-1.0a4.1.min.css">
<script src="http://code.jquery.com/jquery-1.5.2.min.js"></script>
<script src="http://code.jquery.com/mobile/1.0a4.1/jquery.mobile-1.0a4.1.min.js"></script>
<!DOCTYPE html>
<html>
<head>
<title>Footer Example</title>
</head>
<body>
<div data-role="page" id="master">
<div data-role="header">
<h1>Footer Example</h1>
</div>
<div data-role="content" id="content">
</div>
<div data-role="footer" data-theme="b">
<div data-role="navbar">
<ul>
<li>
<a data-icon="grid" href="#">Lists</a>
</li>
<li>
<a data-icon="grid" href="#">Bla</a>
</li>
</ul>
</div>
</div>
</div>
</body>
</html>