JSFiddle - React, Tailwind, and code Playground

HTML

<div class="btn-group" data-toggle="buttons-checkbox">
    <button type="button" class="btn">Left</button>
    <button type="button" class="btn">Middle</button>
    <button type="button" class="btn">Right</button>
</div>

CSS

@import url('http://twitter.github.com/bootstrap/assets/css/bootstrap.css');