I am following the blog from Scratch series. How do I design in the browser with Tailwind as Jeffrery does. How do I get the autocompletion for example?
Jeffrey probably was using an earlier version of Tailwind's CDN where every possible style rule was exposed; now the Tailwind CDN is a script that compiles only what is needed (based on what's used in your HTML). Maybe someone has a full Tailwind CDN???