JSFiddle - React, Tailwind, and code Playground

HTML

<input type="TEXT" readonly name="ORDERNO" value="<%=OrderNo%>" style="width:177px"

CSS

input[readonly] {
    background-color: red;
}