JSFiddle - React, Tailwind, and code Playground

by donce17

HTML

<div id="result"></div>

JavaScript

$(document).ready(function () {
    $('#result').html('html goes here');
});