JSFiddle - React, Tailwind, and code Playground
HTML
<div id="form">
<form>
<textarea id="text"></textarea>
<span class="error">select this</span>
<span class="error">don't select this</span>
</form>
</div>
SCSS
textarea+span { color: #f00; }