Write a React component named Reactions
that renders 4 buttons, one for each reaction type:
⢠Like š
⢠Dislike š
⢠Cry š
⢠Laugh š
When clicking a button, a reaction of that type is added.
Below the buttons we'll render a paragraph with the reactions added. For example, if we click each reaction once, we'll show:
š 1, š 1, š 1, š 1
Initially the paragraph will render: "No reactions yet."