Currently only a single top-level node is supported when parsing HTML. We should allow multiple top-level HTML nodes. ```html <div> foo </div> <div> bar </div> ```