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;
}
by Weston Ruter
<div style="opacity:0.5">
Outer
<div style="opacity:1.0">
Inner
</div>
</div>
<div>
No opacity.
</div>
div {
font-size: 3em;
}