JSFiddle - React, Tailwind, and code Playground

by vaff

HTML

<h2>Aadalensskole Afd. Syd <span>Login</span></h2>

CSS

h2 {
    text-align: center;           
 }
     h2 span {
        float: right;
        text-decoration: underline;
        font-weight: bold;    
     }