JSFiddle - React, Tailwind, and code Playground
HTML
<input type="text" value="12" class="threshold" name="thresholdSelect" disabled="disabled"/>
<div class="threshold">12</div>
CSS
.threshold:after {
content: "\00b0";
}
<input type="text" value="12" class="threshold" name="thresholdSelect" disabled="disabled"/>
<div class="threshold">12</div>
.threshold:after {
content: "\00b0";
}