Titulo del post
- Apple
 - Orange
 - Banana
 
This is an apple 🍎
This is an orange 🍊
This is a banana 🍌
/src/components/HelloCodeTitle.js
function HelloCodeTitle(props) {
  return <h1>Hello, {props.name}</h1>;
}
function HelloCodeTitle(props) {
  return <h1>Hello, {props.name}</h1>;
}