My tailwindcss autocomplete on a laravel 8 project does not show.
I first create the project with
$ composer create-project laravel/laravel=8.6 Taskit
and then install and initialize breeze for authentication from the this link: https://laravel.com/docs/9.x/starter-kits#laravel-breeze
which automatically initialize tailwind with laravel mix and vite.
But there's a error first that I have to encounter, e.g. changing style link for tailwind in app.blade.php and guest.blade.php 
And the project is working fine.
But Tailwindcss autocomplete do not work. I have tried on a HTML file and still not working. I have installed the tailwind extensions for vscode and in other project(not laravel) work fine with autocomplete. But in this project the styling can compile but there's no autocomplete
Can you help me fix this issue.