#masthead:after {
    content: "STAGE: DEV";
    position: fixed;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    background: red;
    white-space: nowrap;
    padding: 10px;
    line-height: 1;
}
