JSFiddle - React, Tailwind, and code Playground

by brigand

HTML

<div class="foo">to the</div>

CSS

.foo {
  font-size: 6em;
  width: 0.7em;
  border: 1px solid red;
  word-break: break-word;
}