I am currently working on creating dynamic rectangular boxes and I am facing some difficulties with inserting text into the shapes. The SVG text requires setting x and y coordinates in separate text tags, and doesn't have built-in width and height properties or automatic overflow capabilities like traditional CSS styles for text formatting...
Does anyone have suggestions for an easier way to accomplish this? Perhaps through a suitable plugin or utilizing built-in polyfills would also be helpful..