JSFiddle - React, Tailwind, and code Playground

by SchmalzyB

HTML

<div class="row" id="row31" style="display:none">
 <div class="column grid_8">
  <div id="row3bar1" class="chart" >
   <p> Hello World </p>
  </div> 
 </div>
</div>

<div class="row3Model" id="row3modalChart">     
</div>

JavaScript

var row11_updated_html = $('#row3bar1').html();
$('#row3modalChart').html(row11_updated_html);