JSFiddle - React, Tailwind, and code Playground
HTML
<textarea id="a" class="a" />
CSS
.a {
width: 300px;
height: 300px;
border-radius: 10px;
border: 1px solid #000;
}
.a:focus {
outline:none;
}
<textarea id="a" class="a" />
.a {
width: 300px;
height: 300px;
border-radius: 10px;
border: 1px solid #000;
}
.a:focus {
outline:none;
}