Can we create a visual representation of nested rounded rectangles to represent each <span></span>
grouping?
For instance, in HTML source code
<span>She <span>loves</span> him a <span>lot</span>.</span>
This would be displayed as:
We would like this to handle up to 20 nested levels visually. It is crucial that it works with span tags rather than using divs or any other element.