How to fix ⚠ Unknown at rule @tailwindcss(unknownAtRules) [Ln1, Col1]

⚠ Unknown at rule @tailwindcss(unknownAtRules) [Ln1, Col1]
[ERROR] SyntaxError: Unexpected token m in JSON at position 3630
at JSON.parse (<anonymous>)
at Object.mdxLoader (C:\Users\Z\react-dev\rjdb-map\node_modules\@docusaurus\mdx-loader\lib\loader.js:190:16)
[INFO] Docusaurus version: 2.3.1
Node version: v18.14.1
error Command failed with exit code 1.
If you have more than 5000 pages on your docusaurus site, prepare for a whole world of pain. The build times will reach multiple hours, assuming it doesn't crash before emitting all files. The default docusaurus settings is unusable and must be configured properly.
There appears to be a large memory overhead when building SSG with docusaurus. This is perhaps by design, since loading everything into memory can improve performance. The only way to fix this is to raise the node memory size, configure a more efficient webpack builder through plugins/cache & reducing the number of pages.