JSFiddle - React, Tailwind, and code Playground

HTML

<div class="inside">
</div>

<div class="content">
<input type="textarea">
</div>

JavaScript

jQuery( document ).ready(function() {
   jQuery( ".inside" ).append( '<p><a href="">Insert Content</a></p>' );
});