pub fn create_basic_text_element( document: &mut Document, name: impl Into<String>, value: impl PomValue, ) -> Element