JSFiddle - React, Tailwind, and code Playground
HTML
<input type="text" placeholder="Краткое описание">
CSS
input {
width: 300px;
height: 100px;
box-sizing: border-box;
padding-bottom: 70px;
}
<input type="text" placeholder="Краткое описание">
input {
width: 300px;
height: 100px;
box-sizing: border-box;
padding-bottom: 70px;
}