JSFiddle - React, Tailwind, and code Playground

HTML

<p>90</p>

CSS

p:before {
    content: '~';
}

p:after {
    content: '$';
}