JSFiddle - React, Tailwind, and code Playground

HTML

Hello
<br>
<br>
<br>
<div>more</div>
<div>last</div>

<hr>

<div class="test">
  <p>
    Copy the above lines and paste it in!
  </p>
  <div>
    <textarea rows="5"></textarea>
  </div>
</div>

CSS

.test {
  color: #999
}

textarea {
  width: 200px;
}