Generating SVG with React 

function TextBox({x, y, width=200, height=120, children}) {
  return <g className="text-box">
  </g>;
}