JSFiddle - React, Tailwind, and code Playground

HTML

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<div class="row">
<div class="col-lg-4 col-xs-12"> A</div>
<div class="col-lg-4 col-md-push-4 col-xs-12"> B </div>
<div class="col-lg-4 col-md-pull-4 col-xs-12"> C </div>

CSS

.col-lg-4{
  border:1px solid #333;
}