JSFiddle - React, Tailwind, and code Playground
by Phil Button
HTML
<audio controls></audio>
CSS
audio::-webkit-media-controls-enclosure {
height: auto;
width: 10%;
background-color: #282828;
}
audio::-webkit-media-controls-panel {
height: auto;
background-color: #282828;
}