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