JSFiddle - React, Tailwind, and code Playground
by dannedolk
HTML
<div class="container">
<div class="column-left">aentoangteaengoangoeangoagnoesa</div>
<div class="column-right">asngioanogiaginosanogagnoiagnoaognnaiognoadgnodagnodsngosgniosngos</div>
<div id="prova">heeeey</div>
</div>
CSS
.container {
width:100%;
}
.column-left {
width:30%;
height:200px;
background: red;
float:left;
word-wrap: break-word;
}
.column-right {
width:50%;
height:430;
background: blue;
}
#prova {
margin-top:500px;
float:none;
}