JSFiddle - React, Tailwind, and code Playground

by Weston Ruter

HTML

<div style="opacity:0.5">
  Outer
  <div style="opacity:1.0">
    Inner
  </div>
</div>
<div>
  No opacity.
</div>

CSS

div {
  font-size: 3em;
}