JSFiddle - React, Tailwind, and code Playground

by Phil Button

HTML

<audio controls></audio>

CSS

audio::-webkit-media-controls-enclosure {
  height: 55px;
  width: 200px;
  background-color: #282828;
}
audio::-webkit-media-controls-panel {
  height: auto;
  background-color: #282828;
}