JSFiddle - React, Tailwind, and code Playground
by Vaibhav Jain
HTML
<div class="double">
<div class="small-left">111</div>
<div class="small-right">111</div>
</div>
CSS
#content #col3 {
padding-left: 15px;
width: 40%;
}
.double .small-left {
display:inline;
width:49% !important;
float:left;
padding-right:0.5%;
border-right:1px solid #E2E2E2 !important;
}
.double .small-right {
display:inline;
width:49% !important;
border:none !important;
float:right;
padding-left:0.5%;
}