Implement styled spans for textarea
tui-textarea needs to be changed such that it operates on a Vec<Line> instead of a Vec<String>.
tui-textarea needs to be changed such that it operates on a Vec<Line> instead of a Vec<String>.
Viewing (highlighted) text will be done via
md-tuifor now.