JSFiddle - React, Tailwind, and code Playground
HTML
<span>hello</span>
<div class="className">
content in here
</div>
<div class="className">
content in here
</div>
JavaScript
alert($('.className').clone().wrap('<div></div>').parent().html());