JSFiddle - React, Tailwind, and code Playground

by velmurugansp

HTML

<div>
  <div>
    <div>
      <div>
        <div>
          <p class="hello-1">Hello 1</p>
          <p class="hello-2">Hello 2</p>
        </div>
      </div>
    </div>
  </div>
</div>