JSFiddle - React, Tailwind, and code Playground
by j08691
HTML
<input type="text" class="date-input" value="Hello World" />
CSS
.date-input {
width: 145px;
padding: 80px 0 0 0;
}
by j08691
<input type="text" class="date-input" value="Hello World" />
.date-input {
width: 145px;
padding: 80px 0 0 0;
}