Open
Description
i was reading from a book on react all i did is use the command create-react-app to followed by the app name to create the app i used the command yarn start
to run my app i added this code to my app.js file `` <div
className="Example"
style={{ background: "white", color: "white" }}
onClick={() => alert('hello')}>