JSFiddle - React, Tailwind, and code Playground

HTML

<input value="как 2 пальца">
<input value="об асфальт">
<input value="это css детка">
<input placeholder="placeholder">

CSS

input {text-align: center; width:300px;}
input:focus {text-align: left;}