JSFiddle - React, Tailwind, and code Playground
by Juan Muñoz
HTML
<div class="parent">
{{as{dasd{asd}}}}
<div class="child-left floatLeft">
JOJAOjao
</div>
<div class="child-right floatLeft">
MEMEMEM
</div>
}a
sdasjdiahsdiasd
</div>
CSS
.parent {
overflow: hidden;
position: relative;
width: 100%;
}
.child-right {
background:green;
height: 100%;
width: 50%;
position: absolute;
right: 0;
top: 0;
}