JSFiddle - React, Tailwind, and code Playground
by Simon Price
HTML
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<div class="row equal">
<div class="col-md-6">
<div class="col-md-12" style="background-color: #cfcfcf">
Set room heater temperature
</div>
</div>
<div class="col-md-6">
<div class="col-md-12" style="background-color: #cfcfcf">
Set room heater temperature
</div>
</div>
<div class="col-md-6">
<div class="col-md-12"
style="background-color: #cfcfcf">
Set room heater temperature
</div>
</div>
</div>
CSS
div[class*='col-'] {
padding-bottom: 10px;
}