JSFiddle - React, Tailwind, and code Playground

HTML

<div class="mydiv">
Some text
<br>
Some text
<br>
</div>

CSS

.mydiv {
display: block;
width: 100%;
height: 10px;
}
.mydiv br {
display: none;
}