Html – How to position two child elements within a container where the first one would be centrally positioned and the other one on a side
I have a button component (in React) that I want to make so that it would position its content centrally while allowing the specification of left or right icons. The content must be positioned in the center relating to the…