Currently, I am working on building dynamic pages using gatsby-node. The templates for these pages are stored in the templates/
directory. However, I have run into an issue where I cannot utilize tailwind classes within these templates unless they are also used in other components or pages.