INPUT FIELD TEXTAREA - React Component

A component for React. Textarea that is similar to input field, but on long text that doesn't fit on one line unfolds vertically.
I noticed that Google search input field behaves like textarea if a large amount of text is added to the field that does not fit into the field horizontally. It is easier to work with such an input field, since the text is displayed vertically.
That's why I decided to develop a component that I use in my projects.