JSFiddle - React, Tailwind, and code Playground

by ismett

HTML

<p>Date: <input type="text" id="datepicker"></p>

JavaScript

$(function() {
    $( "#datepicker" ).datepicker();
  });