JSFiddle - React, Tailwind, and code Playground

by Oleg Khobotov

HTML

<input type="text" value="" placeholder="попробуй написать что-нибудь!" >

CSS

input {
    width: 500px;
    height: 50px;
    text-align: center;
    font-size: 24px;
}