JSFiddle - React, Tailwind, and code Playground

by Göran Andersson

HTML

<input type="text" value="12" class="threshold" name="thresholdSelect" disabled="disabled"/>
<div class="threshold">12</div>

CSS

.threshold:after {
  content: "\00b0";
}