import * as d3 from "d3"; var section = d3.select("body").append("section"); d3.select(); section.append("div") .html("First!"); section.append("div") .html("Second!");