JSFiddle - React, Tailwind, and code Playground

HTML

<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css">
<input type="text" value="" class="js-jp-datepicker">

JavaScript

$(".js-jp-datepicker").datepicker({
  minDate: '+12d',
  format: "dd.mm.yyyy"
}).datepicker("show")