React Independent Practice
- Browse to https://jsfiddle.net/codeforcoffee/Lst86r0e/
 - Create your own React component that describes you! Name it after yourself.
 - Use three different 
propsin your component. - Verify that it renders! Congrats.
 
Questions to Consider
- What problems does React.js allow you to solve?
 - What React method allows us to declare a component?
 - What is the purpose of JSX?
 - What React construct allows us to render content?