JSFiddle - React, Tailwind, and code Playground

by MAD Terry

HTML

<div form="price" contenteditable="true" ></div>

CSS

div[form="price"]{
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
}

div[form="price"]::after{
    content: "€";
}