JSFiddle - React, Tailwind, and code Playground

by Trina Lu

JavaScript

function invoke(bool, callback) {
  callback(bool);
}