If you are using babel along with React CDN, then please add `type="text/babel"` in your JS script tag.
check the end of your code its missing a single }
// return (
//<div>
// <div>welcome tourist</div>
// <div>welcome local tourist</div>
//</div>
// );
}
export default UserGreetings; //this has unexpected token error
// return (
//<div>
// <div>welcome tourist</div>
// <div>welcome local tourist</div>
//</div>
// );
}
}
export default UserGreetings; //this one has no eeror