// the find
adamwathan/vue-tailwind-examples
A handful of interactive Vue 2 + Tailwind CSS component demos — a modal and a dropdown — built by Adam Wathan (Tailwind's creator) as illustrative examples. Mainly useful as a reference for how the original Tailwind author thought about component patterns when the library was new.
The source is clean and minimal, which makes it easy to read as a learning reference. Coming from Tailwind's creator, the class usage reflects intentional design choices rather than cargo-culted patterns. The live Netlify demo means you can see the behavior before reading the code.
Last pushed in 2022 and targets Vue 2, which is now officially unsupported — nothing here applies cleanly to Vue 3's Composition API or script setup syntax. There are only two components, so calling it a 'collection' is generous. No tests, no accessibility considerations, and Tailwind has changed significantly since these examples were written.