JSFiddle - React, Tailwind, and code Playground
by Cioc Andrei
HTML
<div class="content">
Salut2
</div>
<aside>
Salut2
</aside>
<footer>
Salut3
</footer>
CSS
.content {
width: 50%;
float: left;
}
aside {
width: 50%;
float: left;
}
footer {
width: 100%;
float: left;
}