JSFiddle - React, Tailwind, and code Playground

HTML

<div class="btn-group control-buttons" data-toggle="buttons-radio">
        <button type="button" class="btn">One</button>
        <button type="button" class="btn">Two</button>
        <button type="button" class="btn">Three</button>
    </div>

CSS

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