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

Amit Mali
  • 1
  • 1

1 Answers1

0

You need a css file with

@tailwind base;
@tailwind components;
@tailwind utilities;
Johan
  • 2,088
  • 2
  • 9
  • 37