<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>
body {
font-size: 16px;
}
.text::before {
content: "*";
height:50px;
width:50px;
border: 1px;
background: red;
}
</style>
</head>
<body>
<div class="text">Hello world</div>
</body>
</html>
In above code i have added ::before pseudo but it's not displaying in word file can you please help me why it is not showing ?