JSFiddle - React, Tailwind, and code Playground
HTML
<blockquote>
<strong class="quote-title">
Mary wrote:
</strong>
<hr/>The quick brown fox jumped over the lazy dog.
</blockquote>
JavaScript
$("strong").next()[0].nextSibling.remove()
//$("strong").next().remove()