Got this to occur in a random situation a while ago: ```js div( p("Hello"), () => button("Sign In").className("button") ).attr("style", "text-align: center;"); ``` Renders as: ```html Sign In Hello ```