Describe the bug
When importing @tailwindplus/elements in a JSDOM test, the following error is thrown
import "@tailwindplus/elements";
TypeError: o.show is not a function
❯ qo ../../node_modules/@tailwindplus/elements/dist/index.js:64:10335
To Reproduce
Create a test that runs in JSDOM and uses tailwindplus elements
Expected behavior
Since tailwindplus is being used in many components, JSDOM should be supported.
Browser/Device (if applicable)