JSFiddle - React, Tailwind, and code Playground

by Simon Herteby

JavaScript

fetch("https://www.fgirot.se/wp-json/wp/v2/pages/2557")
.then(res => res.json())
.then(body => alert(body.content.rendered.split(/[^0-9]+/).filter(substr => Number(substr) > 0).join('\n')))