JSFiddle - React, Tailwind, and code Playground

by Rambabu Pudi

HTML

<div class="example">10000</div>

CSS

.example {
    position: relative;
    display: block;
    width: 300px;
    height: 300px;
    color: #000;
    background: green;
}
.example::after {
    content: '$';
}