Autoplay an audio with HTML5 embed tag while the player is invisible
Alternatively you can try the basic thing to get your need,
<audio autoplay loop>
<source src="johann_sebastian_bach_air.mp3">
</audio>
For further reference click here
If you are using React, make sure autoplay is set to,
autoPlay
React wants it to be camelcase!