JSFiddle - React, Tailwind, and code Playground
by donce17
HTML
<div id="result"></div>
JavaScript
$(document).ready(function () {
$('#result').html('html goes here');
});
by donce17
<div id="result"></div>
$(document).ready(function () {
$('#result').html('html goes here');
});