It is possible to style a text area so each row have a dotted underline (like a notebook or a notes-block)?
The number of lines should be fixed to lets say 10.
These solutions don’t support overflowing textarea. So scrolling only scroll the text not the background. To support scrolling, you should add “background-attachment: local;” to the textarea css.