cssreactjsreact-bootstraptailwind-uitailwind-3

How to uninstall tailwind from my react application?


I have installed react-bootstrap and tailwind together for my react app. I'm getting some conflict using both of them. So I want to uninstall tailwind.


Solution

  • When you use npm:

    npm uninstall tailwindcss
    

    When you use yarn:

    yarn remove tailwindcss