JSFiddle - React, Tailwind, and code Playground
by Nabaraj Saha
HTML
<div class="blah">
<a href="http://google.com">Google</a>
</div>
<div class="blah">
<span>Testing</span>
</div>
JavaScript
$('.blah').children().unwrap();
by Nabaraj Saha
<div class="blah">
<a href="http://google.com">Google</a>
</div>
<div class="blah">
<span>Testing</span>
</div>
$('.blah').children().unwrap();