JSFiddle - React, Tailwind, and code Playground
HTML
<input type="time" value="13:37"/>
CSS
input[type="time"]::-webkit-clear-button {
display: none;
}
<input type="time" value="13:37"/>
input[type="time"]::-webkit-clear-button {
display: none;
}