Can't change the CSS style after changing the CSS class with React
I try to make simple project with React .I have a TodoItem component. My expectation is to change the border color after the checkbox is checked. However, after checking the checkbox, my component doesn't change color. Am I doing something…