Write a React component that tracks the number of times a button has been clicked and displays the count.
Initially the content inside 'p' tag should be Button clicked 0 times. Whenever user clicks on button, the count inside 'p' tag should change.