JSFiddle - React, Tailwind, and code Playground

by hfougere

HTML

<div id="target">
qqq
</div>

JavaScript

//var e = $('<table></table>');
var e = document.createElement("table");
$('#target').append(e);