JSFiddle - React, Tailwind, and code Playground
by ChrisStanyon
HTML
<div class="galleria-lightbox-shadow">This is a div with a white background!</div>
CSS
body { background-color: grey; }
.galleria-lightbox-shadow{background: #ffffff}
by ChrisStanyon
<div class="galleria-lightbox-shadow">This is a div with a white background!</div>
body { background-color: grey; }
.galleria-lightbox-shadow{background: #ffffff}