get rid of default border in input focus code example
Example: html remove border from textarea
textarea {
border: none;
background-color: transparent;
resize: none;
outline: none;
}
textarea {
border: none;
background-color: transparent;
resize: none;
outline: none;
}