JSFiddle - React, Tailwind, and code Playground

HTML

<script src="http://code.jquery.com/mobile/1.4.0-rc.1/jquery.mobile-1.4.0-rc.1.min.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.0-rc.1/jquery.mobile-1.4.0-rc.1.min.css">
<body>
<div data-role="page">
  <div id="nav-panel" data-role="panel">
    <a href="#my-header" data-rel="close">Close panel</a>
  </div>
  <div class="ui-panel-wrapper">
  <div data-role="content">
      <a href= "#nav-panel" data-role="button">FooBar</a>
      <img src="http://dummyimage.com/200x200/000/fff"/>
    </div>
    </div>
</div>
</body>