JSFiddle - React, Tailwind, and code Playground

by Felipe Alfaro

React

class Comp {
	init() {
    	this.myValue = 12345
    }
    
    render() {
    
    }
}