Relative Content

Tag Archive for htmlreactjsremix.run

Buttons Inside Buttons in HTML and React

I have two outer button component. Each of the outer button component has its own inner button submit. There can only be one outer button component to be selected.
My problem is that semantically buttons should not be placed inside another button.
How should I fix this layout? Should I change the outer button to something different?