JSFiddle - React, Tailwind, and code Playground
by calder12
HTML
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.18.0/axios.min.js"></script>
JavaScript
axios.get(`https://bikeguy.xyz/wp-json/wp/v2/posts?categories=86`)
.then( posts => console.log(posts) )