JSFiddle - React, Tailwind, and code Playground

by Ravindra Athreya

HTML

<script src="http://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.0/bootstrap.min.js"></script>
<div class="btn-group" data-toggle="buttons">
    <label class="btn btn-success opa">
        <input type="radio" name="options" id="On" />ON</label>
    <label class="btn btn-warning orange">
        <input type="radio" name="options" id="NA" />Standby</label>
    <label class="btn btn-danger opa disabled">
        <input type="radio" name="options" id="Off" />OFF</label>
</div>

CSS

@import url('http://getbootstrap.com/dist/css/bootstrap.css');