JSFiddle - React, Tailwind, and code Playground

by Eugene Krevenets

HTML

<audio controls="controls"> 
    <source src="http://moscow-nthost3a.cdn.rpod.ru/00/00/01/01/92/285475-250832/2-03_Episode_3_Season_2_—_JavaOne_SPECIAL.mp3?play=1" type="audio/mp3"> 
    Your browser does not support the audio tag.
</audio>

CSS

audio {
    width: 650px;
}
<!-- add this! -->