0👍
I was able to resolve the above issue by following these steps
1. open tailwind.postcss file
2. Replace @import "~tailwindcss/preflight.css"; with @import "~tailwindcss/base.css";
From here I got a hint about a solution, Thanks!!
Source:stackexchange.com