I am creating dynamic pages with gatsby-node. My templates reside in templates/
directory. I am unable to use tailwind classes for templates unless they are used in some other components or pages.
Fixed - Need to add "./src/templates/**/*.{js,jsx,ts,tsx}",
in content array in tailwind.config.js.