JSFiddle - React, Tailwind, and code Playground

by João Vitor Scheuermann

JavaScript

function machine() {
  this.estadoatual = undefined;
  let self = this;
  let estadoatual = undefined;


	
  
  this.changestate = (string) => {


  }

}