Textarea
Native <textarea class="textarea">. Same chrome as .input, taller, resizable.
There is no wrapper.
Preview
Code
<div class="field">
<label class="label" for="bio">Bio</label>
<textarea class="textarea" id="bio" placeholder="Tell us a little about yourself"></textarea>
</div>