JSFiddle - React, Tailwind, and code Playground

by Md. Atiquzzaman Soikat

HTML

<script src="https://unpkg.com/[email protected]"></script>
<div id="parent-div">
  Lorem Ipsum
</div>
<div hx-get="https://api.chucknorris.io/jokes/random"
       hx-trigger="click"
       hx-target="#parent-div"
       hx-swap="innerHTML">
    Click Me!
  </div>