Tailwind Yew cli
Sets up the latest tailwindcss version in your existing yew project.
```
Adds tailwind to an existing yew project
Usage: tailwind-yew add [OPTIONS]
Options:
-p, --path Optional - Path for the tailwind input and output css files [default: styles]
-i, --input-name Optional - Input css name You must add the extension ie. [myinput.css] - [default: input.css]
-o, --output-name Optional - Output css name You must add the extension ie. [myoutput.css] - [default: output.css]
-h, --help Print help information Print help information
```