I am looking to exclusively utilize the CSS portion of Tailwind. An admin is writing an article and wants to incorporate all Tailwind classes within it. However, since Tailwind classes are generated during the React project build, there's a possibility that the admin might use a class that wasn't created at build time. To ensure the full article displays correctly, it's essential to load the Tailwind CDN solely on the article page. The problem arises when the CDN is loaded because various items in the main project's tailwind configuration have been customized. The solution I'm seeking is to extract only the CSS from Tailwind. Would anyone happen to have any ideas on how to address this issue?