New Creates a new figure element with the given child nodes.
Example: figure.New(img.New().Src("elephant.jpg"), figcaption.New(text.Text("An elephant at sunset")))
Renders: <figure><img src="elephant.jpg" /><figcaption>An elephant at sunset</figcaption></figure>