JSFiddle - React, Tailwind, and code Playground
by Murat Kezli
HTML
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js"></script>
<div class="col-3 p-0 m-2 float-left" style=" height: 250px; background-color: rgba(255,0,0,0.1);">
<div style="width: 100px; background-color: rgba(0,25,220,1);" class="h-100 w-50"></div>
</div>
<div class="col-3 p-0 m-2 float-left" style=" height: 250px; background-color: rgba(255,0,0,0.1);">
<div style="width: 100px; background-color: rgba(0,25,220,1);" class="h-100 w-50"></div>
</div>