Is it possible to play the video simply by clicking it without using any React controls?

I am using html5 video player in my react app and want to escape the react controls and just start/stop videos by clicking on it. I found the solution to do this but it is in javascript and unable to transfer it in react. Can someone solve my problem?