JSFiddle - React, Tailwind, and code Playground

HTML

<table>

</table>
<pre>

</pre>

JavaScript

$('table').html('<tr><td>A</td><td>B</td></tr>');
$('pre').text($('table').html());