JSFiddle - React, Tailwind, and code Playground

HTML

<div id="foo"></div>

JavaScript

var experiences = "bar";
var node6 = $("<textarea></textarea>");
node6.attr('rows',5);
node6.attr('cols',33);
node6.attr('placeholder','Describe your working experience in a couple of sentences.');

node6.attr('name','experienceDescription'+experiences);
node6.attr('id','experienceDescription'+experiences);
$("#foo").append(node6)