JSFiddle - React, Tailwind, and code Playground
by makypl
HTML
<link rel="stylesheet" href="bootstrap.css">
<div id="wrapper">
<div class="left">
<p>Lorem... Lorem... Lorem... Lorem... Lorem... Lorem... Lorem... Lorem... Lorem... Lorem... Lorem... Lorem... Lorem... Lorem... Lorem... Lorem...</p>
</div>
<div class="thisone">
<ul>
<li>lorem</li>
<li>lorem</li>
</ul>
</div>
CSS
#wrapper {
width: 900px;
height: 1500px;
height: 150px;
}
.left {
width: 200px;
height: 150px;
border: solid black 1px;
}
.thisone {
width: 200px;
margin-top: 10px;
height: 150px;
border: solid black 1px;
}