JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://code.jquery.com/ui/1.12.0/jquery-ui.js"></script>
<div class="testDatePicker"></div>
<br/><br/>
<div class="testRadioButton two">
<span>
<input type="radio" name="testradiotwo" value="yes">
<span class="radioLabel">Yes Two</span>
<input type="radio" name="testradiotwo" value="no">
<span class="radioLabel">No Two</span>
</span>
</div>
JavaScript
$(".testDatePicker").datepicker({
changeMonth:true,
changeYear:true,
});