I couldn't get this CSS function to work: drop-shadow()
https://developer.mozilla.org/en-US/docs/Web/CSS/filter-function/drop-shadow
I tried a couple variations but no luck yet
const useStyles = createStyles((theme) => ({
image: {
filter: 'dropShadow(10px 5px 5px gray)',