JSFiddle - React, Tailwind, and code Playground

HTML

<!DOCTYPE html>
<script>
  function a() {}
  a(function b() {});
  console.log(b);
</script>