Render to HTML (for emails, web)
@override String toHtml() { final style = _buildStyle(); final tag = _getHtmlTag(); // Include ID attribute return '<$tag id="$id" style="$style">${_escapeHtml(data)}</$tag>'; }