JSFiddle - React, Tailwind, and code Playground

by PhillipSenn

HTML

<script src="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.js"></script>
<div data-role="page">
<div data-role="header" data-theme="b">
	<a href="#" data-icon="arrow-l">Back</a>

    <h1>Page Title<br>test</h1>
  <a href="index.html" data-icon="arrow-r" class="ui-btn-right" data-iconpos="right">Settings</a>
</div>
</div>

CSS

@import url('http://code.jquery.com/mobile/1.4.2/jquery.mobile.structure-1.4.2.css');
@import url('http://www.swatchdog.com/iSwatchDogDev/Scan/themes/BlueGold.css');
@import url('http://www.swatchdog.com/iSwatchDogDev/Scan/themes/jquery.mobile.icons.min.css');