Here , I wanted to use a search icon and style it with tailwind css but it's not working !
I tried to follow this video : https://www.youtube.com/watch?v=dBotWYKYYWc&t=3809s and tried to build the header file but my tailwindcss not wkring !
CodePudding user response:
you need to put lines below in css file:
@tailwind base; @tailwind components; @tailwind utilities;
CodePudding user response:
Use material ui best fore reactjs website.