Problem:
Textareas don't automatically grow when you have more text than the available amount of lines.

Solution:
Much like Slack does, when you have a lot of text entered into a text area, let's make the textarea grow in size. We should be able to do this via JS?