Why are the div’s in this React component not getting animated and how to fix it?
I was trying to reuse this vanilla HTML-CSS radio buttons codepen in a React component.
I have got the buttons to change colour on being selected but the “worm” div
s are not working as expected. See this codepen for my work.