JSFiddle - React, Tailwind, and code Playground

by evgkch

JavaScript

let test = null;
const fsm = (val) => { test = val };

fsm()