JSFiddle - React, Tailwind, and code Playground

HTML

<div><h1>Title Here</h1> other text</div>

CSS

div {
    border: 1px solid black;
    text-align: right;
}
h1 {
    float: left;
}