JSFiddle - React, Tailwind, and code Playground
by Yoshiharu Kamata
HTML
<script src="http://jquerymobile.com/demos/1.2.0/js/jquery.mobile-1.2.0.js"></script>
<link rel="stylesheet" href="http://jquerymobile.com/demos/1.2.0/css/themes/default/jquery.mobile-1.2.0.css">
<section data-role="page">
<header data-role="header">
<h1>Header</h1>
</header>
<div data-role="content">
<fieldset data-role="controlgroup">
<label>
<input type="checkbox" />
<img class="ui-li-thumb" src="https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcSSeAho0ud8KNcGSdtqCTls0M3Bos51Y1zwq0sVoEYJG7XbFyR3" />
item1
</label>
<label>
<input type="checkbox" />
item2
</label>
</fieldset>
</div>
</section>