JSFiddle - React, Tailwind, and code Playground

by Simo990

HTML

<div id=a></div>
<div id=bc></div>
<div id=b></div>
<div id=c></div>
<div id=d></div>
<div id=e></div>
<div id=f></div>

CSS

div {border:3px solid black}

#a{
    width:200px;
    height:110px;
    float:left;
    margin-right:10px;
}
#bc {
    width:100px;
    height:70px;
    border:none;
    float:left;  
}
#b{
    width:100px;
    height:60px;
    margin-bottom:10px;
}
#c{
    width:100px;
    height:60px;
}
#a{
}
#a{
}
#a{
}