JSFiddle - React, Tailwind, and code Playground

by Shree Khanal

HTML

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<ul></ul>

JavaScript

$.getJSON('https://raw.githubusercontent.com/firzi15/stb21/main/lokal.json', function(data) {
  console.log(data);
});