JSFiddle - React, Tailwind, and code Playground

by web tiki

HTML

<div>some text</div>

CSS

div{
    font-size:2em;
    position:relative;
    display:inline-block;
}
div::before{
    content:'X';
    cursor:pointer;
    display:block;
    text-align:right;
}