JSFiddle - React, Tailwind, and code Playground

HTML

<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/smoothness/jquery-ui.css" />

<input id="datepicker" />

JavaScript

$('#datepicker').datepicker({ dateFormat: 'yy-mm-dd' });