0

I have done some basic setup to test the react router, installed and configured tailwind as per documentation but it isn't working

i think problem is mainly caused after react router implementation

please check following repository for code

https://github.com/AmitMali/react-router-demo

rechecked all the documentation and implementation

2
  • You may need to add your /public folder to the content-section of the tailwind config Commented Dec 6, 2022 at 15:07
  • I found a solution on different thread , stackoverflow.com/a/71537329/4429024 Commented Jan 15, 2023 at 15:16

1 Answer 1

1

You need a css file with

@tailwind base;
@tailwind components;
@tailwind utilities;
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.