Visual explanation of the Tailwind CSS build pipeline.
The CLI pulls in only those classes that are used in the content (in this case index.html).
The tailwindcss plugin pulls in only those classes that are used in the content (in this case index.html).