JSFiddle - React, Tailwind, and code Playground

HTML

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<div class="container">
  <div class="row">
    <div class="clearfix full-height">
      <div class="col-sm-10">text text<br>text text</div>
    </div>
  </div>
</div>

CSS

.full-height{
  background:#ccc;
}
.col-sm-10{
  background:#f0f;
}