JSFiddle - React, Tailwind, and code Playground

by Ulrich Bangert

HTML

<div class="links">
<h1>Hauptfächer</h1>
    </div>

 <div class="rechts">
<h1>Nebenfächer</h1>
    </div>

CSS

.links { float: left; }
.rechts {
    float: right;
    border-left: 2px solid black;
    padding-left: 50px;
}