How can I embed the mp4 video I uploaded to Stream using the 'video' tag instead of 'iframe'?

I know that there is a npm package ‘stream-react’ that simplifies things but I need to use a ‘video’ tag with the src link to embed the video, instead of using iframe.

Is there a way you can achieve this?

Thanks!