JSFiddle - React, Tailwind, and code Playground

by Rey Den Nalasa

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();