JSFiddle - React, Tailwind, and code Playground

HTML

<br /><br />
<input type="textarea" />

CSS

input {
    /*ensure there's some empty space on both sides of the input*/
    position: relative;
    left: 33%;
    width: 33%;
}