For Tailwind or any other CSS Library
<Select classNames={{ control: (state) => `text-sm ${state.isFocused ? "border-red-600" : "border-grey-300"}` }} />