React Fragments

Fragments are a modern syntax for adding multiple elements to a React Component without wrapping them in an extra DOM node.

Code :