JSFiddle - React, Tailwind, and code Playground
by BDG
HTML
<input>
JavaScript
alert("Cool, No ID:" + $("input").prop("id"));
$("input").datepicker({});
alert("Wtf do we have an ID of an EPOCH for now?:\n" + $("input").prop("id"));
by BDG
<input>
alert("Cool, No ID:" + $("input").prop("id"));
$("input").datepicker({});
alert("Wtf do we have an ID of an EPOCH for now?:\n" + $("input").prop("id"));