Create a React component that manages and displays messages based on user interaction. The component should demonstrate understanding of: • React state management • Conditional rendering • Event handling • Props usage
When the button is clicked, getMessage is called and its result is displayed
Demonstrates dynamic content updates on each click