skip to Main Content

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…

VIEW QUESTION

Css – Tailwind Justify fail

I tried using Justify on my tailwind flex but it isnt working I tried refreshing the page, deleting browser history then refresh, try all of the flex (the justify, justify items, align, align items, etc) <main class="flex-grow text-slate-900 font-kadwa bg-stone-200">…

VIEW QUESTION
Back To Top
Search