JSFiddle - React, Tailwind, and code Playground

by Joshua Dwire

HTML

<div class="abc">
  <ul class="def">
    <li>something</li>
    Lorem Ipsum
  </ul>
</div>

CSS

.abc{
    background-color:black;
    opacity:.5;
}

.def{
    opacity:1;
}