JSFiddle - React, Tailwind, and code Playground

HTML

<div style="display:block">
<p>Some text</p>
<br>
<p>Some text</p>
<br>
</div>

CSS

div p,
div br {
    display: inline;
}