JSFiddle - React, Tailwind, and code Playground

by wirey00

HTML

<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.0/themes/pepper-grinder/jquery-ui.css">
<div id='TargetEmptyDiv'></div>

JavaScript

var html = '<input type="text" name="date_start" id="date_start"/>'

$('#TargetEmptyDiv').load('/echo/html/', {html: html}, function() {
    $("#date_start").datepicker();
});