Write a component named <SimpleCounter>
that will be used to increment and decrement a numeric value, that starts at 0.
The component should render:
When clicking the "Plus" button, the value should be increased by 1. When clicking the "Minus" button, the value should be decreased by one.