Wrote an article
I published Why must JSX expressions have only ONE parent element? - Dillion's Blog

In this article, I explain how JSX in React, works in the background and why it is compulsory to have ONE parent element (be it a normal element or a Fragment) when composing components with JSX