Thanks a lot, really helpful, Please keep it updated
### How to run website in this bundle
```bash
# first install live-server globally on your system
npm install -g live-server
# download package and extract it in the folder e.g: `tailwindui.com`
# navigate to `preview` folder inside extracted folder
cd path/to/tailwindui.com/preview
# execute below command to run website
live-server
```