JSFiddle - React, Tailwind, and code Playground
HTML
<input type="text" value="" placeholder="попробуй написать что-нибудь!" >
CSS
input {
width: 500px;
height: 50px;
text-align: center;
font-size: 24px;
}
<input type="text" value="" placeholder="попробуй написать что-нибудь!" >
input {
width: 500px;
height: 50px;
text-align: center;
font-size: 24px;
}