A React Fragment is a component that allows you to group multiple elements without adding an additional DOM node to the rendered output.
It helps to avoid unnecessary nesting when you need to return adjacent JSX elements from a component