-
Hi. So I am trying to recreate this An element which you can resize and check how your tailwind classes will look (for testing). But so far I could not manage to do it. Here is more context: tailwind-observer.mp4 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The code of the implentation on the Tailwind website can be found here and here. It seems to use an |
Beta Was this translation helpful? Give feedback.
The code of the implentation on the Tailwind website can be found here and here. It seems to use an
<iframe>
element. Perhaps it can be inspiration for your own implementation.