Generating SVG with React 

function Diagram({width=800, height=250}) {
  const classes = "diagram";
}