JSFiddle - React, Tailwind, and code Playground
HTML
<input type="text" value="" id="OnwardTravelDate" />
CSS
.ui-datepicker-today a.ui-state-highlight {
border-color: green;
background: blue;
color: red;
}
JavaScript
$("#OnwardTravelDate").datepicker({
});