JSFiddle - React, Tailwind, and code Playground

by Mladen Mihajlovic

HTML

<div id="excerpt">

</div>

JavaScript

fetch("https://hackernoon.com/five-things-i-learned-building-a-saas-app-with-vue-js-90b6a5acd275?utm_source=devglan", {
    method: 'no-cors'
  })
  .then(r => r.text())
  .then(d => console.log(d))