JSFiddle - React, Tailwind, and code Playground
HTML
<div id='container'>
<div id='lbl'><label for="comments">Comments:</label></div>
<textarea name="comments" id="comments" rows='10'></textarea>
</div>
CSS
div#lbl {
vertical-align: top;
display: inline-block;
}