pub fn id_attribute_mixin<T: AsRef<str> + 'static, A: AsRef<Element>>(
    id: T
) -> impl FnOnce(DomBuilder<A>) -> DomBuilder<A>