JSFiddle - React, Tailwind, and code Playground
by greatCar
HTML
<textarea name="item1">
The line height of text. This is example text. This is example text. </textarea>
<br>
<textarea name="item2"id="example">
The line height of text. This is example text. This is example text. </textarea>
<br>
<textarea name="item2"id="example2">
The line height of text. This is example text. This is example text. </textarea>
CSS
textarea {
width: 300px;
height: 10em;
}
#example {
line-height: 200%;
}
#example {
line-height: 40px;
}