JSFiddle - React, Tailwind, and code Playground
by Eric Hynds
HTML
<table id="gridTable"></table>
JavaScript
document.onready = function(){
$('<tr><td>Project1</td></tr>').appendTo('#gridTable');
};
by Eric Hynds
<table id="gridTable"></table>
document.onready = function(){
$('<tr><td>Project1</td></tr>').appendTo('#gridTable');
};