Tailwind Yew cli

Sets up the latest tailwindcss version in your existing yew project.

``` Adds tailwind to existing yew project

Usage: tailwind-yew add [OPTIONS]

Options: -p, --path Optional - Path for the tailwind input and output css files defaults to [./styles] [default: styles] -i, --input-name Optional - Input css name defaults to [input.css] You must add the extension ie. my_input.css [default: input.css] -o, --output-name Optional - Output css name defaults to [output.css] You must add the extension ie. [my_output.css`] [default: output.css] -h, --help Print help information ```