JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text" placeholder="Краткое описание">

CSS

input {
    width: 300px;
    height: 100px;
    box-sizing: border-box;
    padding-bottom: 70px;
}