This is the 1st blog entry!
const object = { hello: 'world' };
const HelloWorld = () => <div>Hello World</div>;