The package uses the Tailwind CDN, which does not respect the user's custom Tailwind configuration. This is a critical feature for users with highly customized Tailwind setups.
Steps to Fix:
- Add an option to include the user's generated Tailwind CSS file in the iframe instead of using the CDN.
- Update the function signature to accept a custom CSS file path as a parameter.
- Test compatibility with common Tailwind configurations.
Impact: Ensures compatibility with user-specific Tailwind setups and improves usability.
The package uses the Tailwind CDN, which does not respect the user's custom Tailwind configuration. This is a critical feature for users with highly customized Tailwind setups.
Steps to Fix:
Impact: Ensures compatibility with user-specific Tailwind setups and improves usability.