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