JSFiddle - React, Tailwind, and code Playground

by Saksham Malhotra

HTML

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<div class="container">
  <div class="row no-gutters">
    <div class="col-lg-3 col-sm-5 one">vehicle</div>
    <div class="col-lg-2 col-sm-3 two">odo</div>
    <div class="col-lg-1 col-sm-4 three">three</div>
    
  </div>
</div>