JSFiddle - React, Tailwind, and code Playground
HTML
<link rel="stylesheet" href="http://andymatthews.net/code/jQuery-Mobile-Bootstrap-Theme/themes/Bootstrap.css">
<link rel="stylesheet" href="http://andymatthews.net/code/jQuery-Mobile-Bootstrap-Theme/themes/jqm-icon-pack-1.1.1-fa.css">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.0/jquery.mobile.structure-1.1.0.min.css">
<div data-role="page" data-theme="a">
<div data-role="content" data-theme="a">
<h2>Buttons</h2>
<a href="javascript:void(0);" data-role="button" data-theme="a" data-icon="trash">Default</a>
<a href="javascript:void(0);" data-role="button" data-theme="b" data-icon="search">Blue</a>
<a href="javascript:void(0);" data-role="button" data-theme="c" data-icon="heart">Red</a>
<a href="javascript:void(0);" data-role="button" data-theme="d" data-icon="user">Green</a>
<a href="javascript:void(0);" data-role="button" data-theme="e" data-icon="off">Sky Blue</a>
<a href="javascript:void(0);" data-role="button" data-theme="f" data-icon="cog">Yellow</a>
<h2>Inline buttons</h2>
<a href="javascript:void(0);" data-role="button" data-icon="check" data-theme="a" data-inline="true">Save</a>
<a href="javascript:void(0);" data-role="button" data-icon="check" data-theme="b" data-inline="true">Save</a>
<a href="javascript:void(0);" data-role="button" data-icon="check" data-theme="c" data-inline="true">Save</a>
<a href="javascript:void(0);" data-role="button" data-icon="check" data-theme="d" data-inline="true">Save</a>
<a href="javascript:void(0);" data-role="button" data-icon="check" data-theme="e" data-inline="true">Save</a>
<a href="javascript:void(0);" data-role="button" data-icon="check" data-theme="f" data-inline="true">Save</a>
<h2>Listviews</h2>
...