I have a problem while following this procedure.
import tailwindcss from '@tailwindcss/vite'; // This line is not getting recognized by the file.
Alteranively, I have tried to "// import VitePluginTailwind from 'vite-plugin-tailwindcss';" and "[VitePluginTailwind()]" reccomended by chatgpt, from which I didnt get errors but after running the server, the server is getting immediately stopped showing some errors.
Also, one more problem is when I am installing tailwind it is getting installed in node_modules folder rather than node_modules/.bin