JSFiddle - React, Tailwind, and code Playground

by alekskorovin

HTML

<div class="error">
<select>
    <option>Select</option>
    </select>
</div>

CSS

.error {
border: solid 1px red;
display: inline-block;    
}
.error select {
 margin: 0;   
}