I've designed a textarea that displays personalized text. My goal is to make it adjust its size based on the amount of text, without requiring any scrollbars (unless it reaches a specific height). Additionally, I prefer not to allow users to manually resize the textarea. Can you please provide guidance on how to achieve this? Thank you in advance.