It would be very cool if the [`Text`](https://docs.rs/intuitive/latest/intuitive/components/struct.Text.html) component had a way to set its alignment (left, center, right) like the underlying [`Paragraph`](https://docs.rs/tui/latest/tui/widgets/struct.Paragraph.html) widget does in tui-rs.