JSFiddle - React, Tailwind, and code Playground
HTML
<div class="form-group has-error">
<label class="control-label" for="textarea-field">Textarea with error</label>
<textarea class="form-control" id="textarea-field"></textarea>
</div>
<div class="form-group has-error">
<label class="control-label" for="textarea-field">Textarea with error</label>
<textarea class="form-control" id="textarea-field"></textarea>
</div>