JSFiddle - React, Tailwind, and code Playground

by Michel Penke

HTML

<div class="djs" id="schule">

</div>

<div class="djs">

</div>

CSS

.djs {
  height: 100px;
  width: 100px;
  background-color: red;
  border-radius: 100%;
}

#schule [
background-color: blue;

]