JSFiddle - React, Tailwind, and code Playground

HTML

<div>
  <input type="text">
</div>

CSS

div{
  text-align:center;
}