JSFiddle - React, Tailwind, and code Playground

by cuhuak

HTML

<div>●</div>

CSS

div {
    font-size: 70px;
    font-family: Arial;
    margin: 10px;
}

div:hover::before {
    content: '©';
    font-size: 70px;
    position: absolute;
    top: 15px;
    left: 5px;
}