JSFiddle - React, Tailwind, and code Playground

by MariusNastasa

HTML

<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css">
<p><button href="#" class="btn btn-primary custom">Save</button></p>
<p><button href="#" class="btn btn-success custom">Download</button></p>

CSS

.custom {
    width: 128px !important;
}