pub fn parse_class(class: &str) -> Option<(Variant, Vec<CssProperty>)>
Parse a single Tailwind class Returns the variant and list of CSS properties