Design in Reactjs with TailwindCSS
i have a design to make, how can i make this type of design in reactjs with tailwindcss,
like there are 2 tabs one is restake and other one is dashboard, and when i click on restake it goes up and dashboard goes down, and vice versa
How to make the following UI?
The .bg-* utility class of tailwindcss doesn’t seem to work
I looked at the issues at GitHub and since it used to work in my project it’s probably a configuration problem instead of a bug so I don’t want to open a new issue.