The SVG <tspan> element defines a subtext within a <text> element or another <tspan> element. It allows for adjustment of the style and/or position of that subtext as needed.
Note: The <tspan> element does not wrap by default, to make this happen it needs to be styled with the white-space CSS property.