pub fn tailwindcss<P: AsRef<Path> + Clone>(
    path: P,
    input: &str,
    output: &str
) -> Result<(), Box<dyn Error>>