JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text" id="noeffect" value="look at me!"/>

CSS

#noeffect
{
    background-color: #33ccff;
    color: #AD8C08;
    border: 1px solid #ffffff;
}

#noeffect:focus
{
    outline: none;
}