pub type RenderHtmlFn = dyn Fn(&mut Ui, &str);
Takes egui::Ui and the html text to be rendered/used
egui::Ui