Css – react-select styles on select box
I am using this tailwindcss and i want to use the same css on the react-select Select tag. className="block w-full px-3 py-2 rounded-md border border-gray-300 text-gray-700 focus:ring-indigo-500 focus:border-indigo-500" This react-select Select tag is working (I am using version 5.8.0): <Select…