JSFiddle - React, Tailwind, and code Playground
HTML
<input type="text" class="date-input" value="Hello World">
CSS
.date-input {
width: 145px;
height:50px;
}
<input type="text" class="date-input" value="Hello World">
.date-input {
width: 145px;
height:50px;
}