JSFiddle - React, Tailwind, and code Playground
by B D
HTML
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.0/jquery.mobile-1.4.0.min.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.0/jquery.mobile-1.4.0.min.css">
<div class="center-wrapper">
<figure>
<img src="images/gettingstarted/gs1.png" />
<br />
</figure>
<figcaption>Tap a component's wiring point and tap another wiring point to place a <a href="wiring.html" class="ui-btn ui-corner-all help-crossref">wire</a>.</figcaption>
</div>
CSS
.center-wrapper {
text-align: center;
margin: 0 auto;
}
.help-crossref {
display: inline-block;
vertical-align: middle;
margin-right: 0em;
margin-top:5px !important;
font-weight:normal !important;
padding: .5em .5em;
}