JSFiddle - React, Tailwind, and code Playground

by allcaps

HTML

<div>
Okay<span> </span>KraftfahrzeugHaftpflichtversicherung<br>
Arbeiterunfallverischerungsgesetz<span> </span>online
</div>

CSS

div {
  text-align: center;
}
span {
  border: solid red 1px;
}