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');
};