JSFiddle - React, Tailwind, and code Playground

by Hüseyin BABAL

HTML

<div id="template_form">Loading...<div>

JavaScript

$('#template_form').load('http://fiddle.jshell.net/webdevem/JfcJp/show/ #specialContent', function() {
    alert("Content loaded");
});