Does anyone know how to put all the content form from <script src="cdn/example.js" />
in div tag ?
let's say above example generate code
<div class="class1">
<h1>Test</h1>
</div>
can this generated code be wrapped ?
<div className=styles.customClass>
{above content}
</div>