I get that textarea is its own element and not an input type, but how can I convert
<input type="text"
class="media_url"
name="media[image_url][]"
value=""
/>
to use textarea instead? Or is there a better way to have a text input field display as a different height and have the text wrap and not be middle vertically aligned?