JSFiddle - React, Tailwind, and code Playground

HTML

<div id="test-div">
    http://<strong>somewebsite.com</strong>/big/long/unfriendly/path/
</div>

JavaScript

$('#test-div').contents().first().remove().end().prepend("something");