JSFiddle - React, Tailwind, and code Playground
HTML
<div class="cb_remove_br">
<p>Test</p>
<br/>
<p>Test</p>
<br/>
<p>Test</p>
<br/>
<p>Test</p>
<br/>
<p>Test</p>
<br/>
</div>
JavaScript
$(".cb_remove_br br").remove();
<div class="cb_remove_br">
<p>Test</p>
<br/>
<p>Test</p>
<br/>
<p>Test</p>
<br/>
<p>Test</p>
<br/>
<p>Test</p>
<br/>
</div>
$(".cb_remove_br br").remove();