JSFiddle - React, Tailwind, and code Playground

HTML

<audio controls>
  <source src="https://ia600200.us.archive.org/1/items/testmp3testfile/mpthreetest.mp3" type="audio/mpeg">
  <source src="horse.ogg" type="audio/ogg">
  Your browser does not support this audio format.
</audio>

CSS

audio {
border-radius: 5px;
}