This is my personal website bogdanfloris.com.
It's written in Rust using the Axum framework.
In two separate terminals run:
tailwind -i src/style.css -o dist/css/output.css --watchand then,
cargo watch -x runOr run them in detached mode by appending & at the end of the command.