JSFiddle - React, Tailwind, and code Playground
HTML
<p>This is a bunch of content to illustrate the effects of text-indent.
Notice how only the first line is indented, much the same as if you'd inserted &nbsp;'s
or other such nonsense.
CSS
p { background-color: yellow; }
p:first-letter { border-left: 1ex solid red; }