JSFiddle - React, Tailwind, and code Playground

by wistcc

JavaScript

fetch('https://www.google.com/complete/search?q=hola')
  .then(() => {
    // handle success
  })
  .catch(() => {
    // handle exception
  });