JSFiddle - React, Tailwind, and code Playground
by kachibito
HTML
<p>foo</p>
<br />
<br />
<p>bar</p>
<br />
<p>foo</p>
<br />
<br />
bar
JavaScript
$('br + br').remove();
by kachibito
<p>foo</p>
<br />
<br />
<p>bar</p>
<br />
<p>foo</p>
<br />
<br />
bar
$('br + br').remove();