JSFiddle - React, Tailwind, and code Playground

by rayabu1234

HTML

<div id="div1">
    <div>Content Content Content Content Content Content Content</div>
</div>

CSS

#div1{


       background-color: yellow;   


}

.childRight{
    background-color:white;
    height:5px;

}


.child{
    width:25%;
    height:5px;
    background-color: blue;
    float:left;
}