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 { text-indent: 1em; }