<div id="answerBlock">
<input id="answerInput" readonly type="text">
<button id="nextQuestion" type="button" onclick="">
К СЛЕДУЮЩЕМУ ОПРЕДЕЛЕНИЮ
</button>
</div>
#answerInput {
height: 400px;
background: #693D3D;
border: none;
padding: 16px;
font-weight: 400;
max-width: 100%;
width: 100%;
display: inline;
color: #fff;
border-radius: 6px;
&:focus-visible {
border: none;
outline: none;
}
}