Try any code if you want
hello = "Hello, World!"; print(hello); el = dom.create("span", { text: hello, style: { textAlign: "center", margin: "auto" } }); dom.body.append(el);
PREVIEW
CONSOLE