JSFiddle - React, Tailwind, and code Playground
HTML
<div style="display:block">
<p>Some text
<br>
tyyyyy
</p>
</div>
CSS
div p,
div br {
display: inline;
}
<div style="display:block">
<p>Some text
<br>
tyyyyy
</p>
</div>
div p,
div br {
display: inline;
}