const StringInput = styled.input` border: 1px solid black; &:focus { outline: none; border-color: red; } `; const App = () => { return ; };