Is it possible to have a
<video>
<video src="../assets/asset1.mp4" controls>
<div>inner div</div>
</video>
You cannot place content inside of a video tag, if you're trying to put something over the video for some reason, I recommend researching absolute positioning. If you're trying to create something for a fallback, you can set up a script to trigger if the video fails to load.