JSFiddle - React, Tailwind, and code Playground
HTML
s<input type="hidden" id="dp" />s
JavaScript
$("#dp").datepicker({
buttonImage: '../images/icon_star.gif',
buttonImageOnly: true,
changeMonth: true,
changeYear: true,
showOn: 'both',
});