JSFiddle - React, Tailwind, and code Playground
HTML
<div id="add"></div>
JavaScript
$(function(){
$("<input>").addClass('row small').appendTo("#add");
});
<div id="add"></div>
$(function(){
$("<input>").addClass('row small').appendTo("#add");
});