pub fn rsx_node_from_html(node: &Node) -> Option<BodyNode>
Convert an HTML Node into an RSX BodyNode
If the node is a comment, it will be ignored since RSX doesn’t support comments