Add a class to the HTML tag with React?
I’m making a modal in my React project that requires a class to be added to the body when the modal is open and removed when it is closed.
I’m making a modal in my React project that requires a class to be added to the body when the modal is open and removed when it is closed.