with the following property
- shadow-width
- shadow-color
- shadow-offset-x
- shadow-offset-y
- shadow-spread
const style = {
"shadow-width": "8px"
"shadow-color": "black",
"shadow-offset-x": "4px",
"shadow-offset-y": "4px",
"shadow-spread": "2px"
}