The use of pseudo elements in Material-UI makeStyles is not functioning correctly.
innerBox: {
borderRadius: "10px",
background: "#fff",
boxShadow: "0px 1px 3px 0px rgba(0, 0, 0, 0.36)",
maxHeight: "50px",
"& ::before": {
content: "anything"
}
}