JSFiddle - React, Tailwind, and code Playground

by mowglisanu

HTML

<div id="foo"><span class="bar"><em>hello</em><br></span>world</div>

JavaScript

console.log($("#foo").clone().find("br").replaceWith(" ").end().text());