JSFiddle - React, Tailwind, and code Playground

by Nidhi Patel

HTML

<div class="outer-div">
  <p class="single">Hello here you go</p>
  <div class="inner-div">
    <h2>Hii this is header.</h2>
    <p>And this paragraph tag.</p>
  </div>
</div>