JSFiddle - React, Tailwind, and code Playground

by haithamsboui

HTML

<div id="container">


  <div id="div">
this is easily my favourite, i was obsessed with the live version and listened to it hundreds of times, no joke. the melody is so surreal and primal

  </div>

</div>

CSS

#container{
  width :250px;
  height: 250px;
}
#div{
  background:red;
  width:250px;
  height:250px;
}