``` <div><b></div> ``` outputs: ``` React.createElement("div", null, "\x3Cb\x3E") ``` rather than throwing an error that `<b>` is unclosed. The JSX transformer throws an error: ``` Expected corresponding JSX closing tag for <b> ```