I have installed React Bootstrap and Tailwind CSS together for my React app. I'm getting some conflict using both of them. So I want to uninstall Tailwind CSS.
When you use npm:
npm uninstall tailwindcss
When you use yarn:
yarn remove tailwindcss