JSFiddle - React, Tailwind, and code Playground
by lottikarotti
HTML
<div id="wrapper">
<div id="content">Ganz viel unwichtiger Text.</div>
<div id="navigation">
<span class="left">LINKS</span>
<span class="right">RECHTS</span>
</div>
</div>
CSS
#wrapper {
height: 200px ;
background-color: #EAEAEA ;
}
.left {
float: left ;
}
.right {
float: right ;
}