JSFiddle - React, Tailwind, and code Playground
by sfoster
HTML
<h1>
Some text<br>Another line
</h1>
<p>
Some text.<br>Another line
</p>
CSS
body {
line-height: 2em;
}
by sfoster
<h1>
Some text<br>Another line
</h1>
<p>
Some text.<br>Another line
</p>
body {
line-height: 2em;
}