JSFiddle - React, Tailwind, and code Playground
HTML
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.css">
<div class="container">
<div class="row text-center">
<div class="col-xs-5" style="float: none; margin: 0 auto; background: green;">col-xs-5</div>
</div>
</div>