Introduce the support for the border property (with type, size, color...) for a span elements.
In OOXML, this looks like:
<w:r>
<w:rPr>
<w:rFonts w:eastAsia="Times New Roman"/>
<w:sz w:val="45"/>
<w:szCs w:val="45"/>
<w:bdr w:val="single" w:sz="12" w:space="0" w:color="000000" w:frame="1"/>
</w:rPr>
<w:t>Div with border for Telerik</w:t>
</w:r>
<w:r>