JSFiddle - React, Tailwind, and code Playground

by halirgb

HTML

<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<button>Shrink</button>
<div class="responsive">
        <div class="container">
            <div class="row">
                <div class="col-md-6">One</div>
                <div class="col-md-6">Two</div>
            </div>
        </div>
</div>

CSS

.responsive{
    border:10px solid #111;
}