The textarea element uses the rows and cols attributes to define the length (rows) and width (cols). Any HTML reference documentation will have the specifications.
I would create a quick test page and play with the attributes to learn how the textarea elements works. Also, you might be interested in reading about Blazor form input components.