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 {
    margin: 0;
    padding: 0;
}
div br {
    display: none;
}