JSFiddle - React, Tailwind, and code Playground

HTML

<div id="container">
    <audio arc="#" controls></audio>
</div>

CSS

#container {
    width : 350px;
    height: 300px;
    background: #BADA55;
}

audio {
    width: 100%;
    /*position: fixed;*/
}