If I have a textarea block like so...
textarea
.. text area content ... &
I am pretty sure the answer is no -- cannot do it with a textarea.
From the MDN docs:
The HTML element represents a multi-line plain-text editing control. Permitted content Text
The HTML element represents a multi-line plain-text editing control.