JSFiddle - React, Tailwind, and code Playground

by shailparas

HTML

<p>As Of: <input type="date" name="AM_updated" class="datepicker"></p>
        <p>Week: <input type="date" name="AM_week" class="datepicker"></p>

JavaScript

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