To disable resizing an <textarea> element in HTML, you can use the resize property and set it to none. Here is an example:
<textarea style="resize: none;"></textarea>
As a result, the user won't be able to resize the textarea> element using the resize handle that, by default, appears in the component's bottom-right corner. Remember that this property does not affect other elements like input; only textarea> components are.