I need to create a visualization as shown in the image:
A rectangle box with text inside it and network around the box. I am trying to use D3, and I am stuck at the first step of putting text inside the rectangle. I found out that we cannot put text inside a rectangle or circle in d3. Is there a container or something like that in d3 to put text inside and make the network around them?