JSFiddle - React, Tailwind, and code Playground

HTML

<h1>Startseite</h1>

CSS

h1 { 
   border-bottom: 1px solid red;
   display: inline-block;
}