how can after element css update in dom code example
Example: css after not working
/*Add the property: content: ""; */
.myclass:{
content: "";
...
}
/*Add the property: content: ""; */
.myclass:{
content: "";
...
}