HTML tags are like keywords which define how web browser will
format and display the content. The common tags are:
... encloses html content
... encloses header
etc.
in React, user HTML tags can be generated with user customized attibutes,
These new html tags delimit what are referred to as React Components.