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