// shorted html
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,100,0,0" />
<input class="input" />
// shorted css
.input {
position: relative;
}
.input::after {
content: 'e941';
position: absolute;
right: 10px;
display: block;
width: 20px;
height: 20px;
}
// shorted html
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,100,0,0" />
<input class="input" />
// shorted css
.input {
position: relative;
}
.input::after {
content: 'e941';
position: absolute;
right: 10px;
display: block;
width: 20px;
height: 20px;
}