JSFiddle - React, Tailwind, and code Playground

by the_archer

HTML

<div class="comment">
  Response1
  <div class="comment">
    Response1a
    <div class="comment">
      Response1a1
    </div>
  </div>
  <div class="comment">
    Response1b
  </div>
</div>

CSS

.comment { margin-left: 50px; }