JSFiddle - React, Tailwind, and code Playground

by jgarrido

JavaScript

function apiCall(url) {
  console.log(`url is ${url}`);
}

apiCall("sup");