JSFiddle - React, Tailwind, and code Playground

by thomas_guettler

HTML

<script src="https://unpkg.com/[email protected]/dist/htmx.min.js"></script>
start

<button
 hx-get="https://run.mocky.io/v3/6f4b9b4c-4ac9-44e0-89fa-da7d222346df"
 hx-swap="outerHTML"
 >
 Press me
</button>

end