JSFiddle - React, Tailwind, and code Playground
HTML
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<div class="container">
<div class="row">
<div class="col-md-4"><div class="well">Random height #1</div></div>
<div class="col-md-4"><div class="well">Random height #2 <br><br><br><br><br><br></div></div>
<div class="col-md-4"><div class="well">Random height #3 <br><br><br><br><br></div></div>
<div class="col-md-4"><div class="well">Random height #4 <br></div></div>
<div class="col-md-4"><div class="well">Random height #5 <br><br><br><br></div></div>
<div class="col-md-4"><div class="well">Random height #6 <br><br><br></div></div>
</div>
</div>