JSFiddle - React, Tailwind, and code Playground

by Mehmet Alp

HTML

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

JavaScript

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