Access Tailwind from JavaScript
Learn about how to access the Tailwind configuration from JavaScript.
We'll cover the following...
How to access Tailwind
We can access the Tailwind configuration from JavaScript. This is useful if we want to use those values to create dynamic behavior in our ...