Unknown at rule @tailwind CSS in reactjs

Viewed 15099

enter image description here

cant able to resolve this error while compiling the code ..! In fact I've tried many other ways of implementation

//Index.css

@tailwind base;
@tailwind components;
@tailwind utilities;
1 Answers
Related