JSFiddle - React, Tailwind, and code Playground
by SpiceLab
HTML
<body id="body" bgcolor="white" text="black">
<div id="heading">
<h1>Ăśberschrift</h1>
</div>
<div id="motto">
<p>Text A<br>Text B</p>
</div>
</body>
CSS
#heading {
text-align: center;
border-bottom:solid red;
margin: auto;
}
#motto {
width: 15%;
border-top:solid red;
border-right:solid red;
position:absolute;
right:0;
bottom:0
}