JSFiddle - React, Tailwind, and code Playground

HTML

<input class="date" type="text" value="123"  />

CSS

input.date {
    text-align: center;
}