JSFiddle - React, Tailwind, and code Playground
HTML
<p class="poem">The Road goes ever on and on,
Down from the door where it began.
Now far ahead the Road has gone,
And I must follow, if I can,
Pursuing it with eager feet,
Until it joins some larger way
Where many paths and errands meet.
And whither then? I cannot say.<p>
CSS
.poem {
white-space: pre-wrap;
padding-left: 2em;
text-indent: -2em each-line;
}