JSFiddle - React, Tailwind, and code Playground
HTML
<div class="container">
<div class="dfgfdgdfg">Hello</div>
<div class="dfgdfgdfg">Goodbye</div>
</div>
JavaScript
var mylayer=$('.hello').clone();
alert(mylayer.text());
<div class="container">
<div class="dfgfdgdfg">Hello</div>
<div class="dfgdfgdfg">Goodbye</div>
</div>
var mylayer=$('.hello').clone();
alert(mylayer.text());