pub fn create_dom_node<Msg, F>(node: &Node<Msg>, ev_callback: F) -> DomNodewhere Msg: 'static, F: Fn(Msg) + 'static + Clone,
Create a dom node