pub fn create_text(
    node: &DioxusNode<'_>,
    area: &Area,
    font_collection: &FontCollection,
    text: &str
) -> Paragraph