This is a template demonstrating how to integrate TailwindCSS with the Leptos web framework, Axum server, and the cargo-leptos tool.
Make sure you run these 2 commands -
rustup toolchain install nightly
rustup target add wasm32-unknown-unknown
Run cargo leptos watch
to run this example.