how to remove left border for input styled component code example
Example: how to remove the outer border of an input text in html
input:focus, textarea:focus, select:focus{
outline: none;
}
input:focus, textarea:focus, select:focus{
outline: none;
}