JSFiddle - React, Tailwind, and code Playground
by Stephen
HTML
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<div class="container">
<section name="four-by" class="row">
<div class="col-sm-6 col-lg-3"> Some html 1 </div>
<div class="col-sm-6 col-lg-3"> Some html 2 </div>
<div class="col-sm-6 col-lg-3"> Some html 3 </div>
<div class="col-sm-6 col-lg-3"> Some html 4 </div>
</section>
<section name="two-by" class="row">
<div>
<div class="col-sm-6 col-lg-3"> Some html 1 </div>
<div class="col-sm-6 col-lg-3"> Some html 2 </div>
</div>
<div>
<div class="col-sm-6 col-lg-3"> Some html 3 </div>
<div class="col-sm-6 col-lg-3"> Some html 4 </div>
</div>
</section>
</div>