JSFiddle - React, Tailwind, and code Playground

HTML

<script src="http://code.jquery.com/mobile/1.4.3/jquery.mobile-1.4.3.min.js"></script>
<script src="http://code.jquery.com/jquery-1.5.2.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.3/jquery.mobile-1.4.3.css">

<div id="my-awesome-page" data-role="page">
    <div data-role="header">
        <h2>issues #1425 &amp; #1405</h2>
    </div>
    <div data-role="content">
        <a href="#" data-role="button">Hash Link #1</a>
   
        <ul data-role="listview">
            <li><a href="#">Hash Link #2</a></li>
        </ul>
    </div>
</div>

CSS

/*
 * Here are a couple examples of hash links
 * keeping the active state when clicked.
 */