JSFiddle - React, Tailwind, and code Playground
HTML
<h2>Without white-space</h2>
<p>
First Line
Second Line
</p>
<h2>With white-space</h2>
<p style="font-family:courier;white-space:pre;">
First Line
Second Line
Third Line
Third Line
</p>