The textarea should always have a label attached. For this, use the label
attribute.
Unlike the input field In there is no placeholder attribute to describe the meaning of a textarea, when no label is set.
<tc:textarea label="Text Area" value="Some text, some text, ..."/>