JSFiddle - React, Tailwind, and code Playground

by D S

HTML

<div class="musicplayer">

</div>

CSS

body {
  background: url(https://cdnb.artstation.com/p/assets/images/images/029/965/943/large/atakan-karaca-duaa.jpg?1599167115);
  background-size: 500px 500px;
  background-repeat: no-repeat;
}
.musicplayer {
  width: 400px;
  height: 400px;
  backdrop-filter: blur(20px);
  border: 1px rgba(240, 240, 240, 20%) solid;
}