Components menu
Text area
A form field that allows users to enter multiple lines of text.
HTML
<div class="mb-3">
<label for="FormControlTextarea" class="form-label">Textarea</label>
<textarea class="form-control" id="FormControlTextarea" rows="5"></textarea>
</div>