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;
}
<div class="mydiv">
Some text
<br>
Some text
<br>
</div>
.mydiv {
display: block;
width: 100%;
height: 10px;
}
.mydiv br {
display: none;
}