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();