How to force the Tailwind CSS IntelliSense extension for VSCode work with .html.eex and .html.leex files?

You can try my solution:

  1. Disable or uninstall original tailwindcss vscode extension
  2. Download the latest *.vsix file Release v0.3.0 · praveenperera/vscode-tailwindcss · GitHub
  3. Install the *.vsix file using command line ( Extension Marketplace )

ps: Thank to @praveenperera to provide the working extension