Short answer, it's not possible to format text inside a textarea.
If this is really important I'd suggest using
which allows you to style the text (but it's open to potential abuse from pasted HTML), and then parse our innerHTML to a hidden input field upon submitting your form.