JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text" placeholder="hello world">

CSS

input{
    text-align:center;
}