best way to achieve this in css
what's the best way to achieve this, please?
i have tried:
but it doesn't show up on my page at all even when i inspect it
i have tried:
.learn-more::after {
height: 3em;
width: 5em;
background-color: var(--yellow);
margin-top: 1em;
}but it doesn't show up on my page at all even when i inspect it

