JSFiddle - React, Tailwind, and code Playground
by simucal
HTML
<div class="content">
<div class="post">
This title should take up the entire width of the page (man, this is really long!)
</div>
<div class="post">
This title should take up the entire width of the page (man, this is really long!)
</div>
</div>
<div class="side-bar">
This is side bar content
</div>
CSS
.side-bar
{
float: right;
width:300px;
}
.content
{
}
.post
{
}