JSFiddle - React, Tailwind, and code Playground

by Mehmet Yener

HTML

<div class="col-md-8" id="#myDiv" style="width=1200px;">???</div>

CSS

/*Assume that as a Bootstrap Class*/
.col-md-8
{
    margin-left:0px;
}

/*Assume that as a stylesheet Class*/
.col-md-8 /*OVERLOAD*/
{
    margin-left:0px;
    width:50% !important;
}