JSFiddle - React, Tailwind, and code Playground
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>