const getColor = count => { if (count > 1000000) { return "yellow"; } else if (count >= 1500000) { return "red";