daily log 1-4-20
https://developer.chrome.com/extensions/contentSecurityPolicy https://support.google.com/chrome/thread/2437675?hl=en
React change color on click
console.log("this is working fine");
e.preventDefault();
e.target.style.color = 'black'
console.log(e.target);
}