JSFiddle - React, Tailwind, and code Playground

HTML

<div>
    <textarea>Text area 1</textarea>
    <textarea>Text area 2</textarea>
</div>

CSS

textarea {
    display:block;
    margin-bottom:1em;
    clear:both;
}