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;
}