JSFiddle - React, Tailwind, and code Playground

HTML

<input class="DateFrom">

JavaScript

$("input.DateFrom").datepicker({
    minDate: 0  
});