JSFiddle - React, Tailwind, and code Playground

HTML

<div class="p">
    <div class="c"></div>
</div>

CSS

.p{
    float: left;
    background: orange;
}
.c {
    height: 1em;
    margin-left: 50%;
    width: 200px;
    background: yellow;
}