Text areas allow the user to input a larger amount of freeform text (over 100 characters).
Read more about when and how to use the Text Area component on the website.
yarn add @hig/text-area
import TextArea from '@hig/text-area';
import '@hig/text-area/build/index.css';
<TextArea
label="Tab title"
placeholder="Foo"
required="This field is required."
/>