JSFiddle - React, Tailwind, and code Playground

by s_hiroshi

HTML

<div class=

JavaScript

const o = {
   name: 'test',
   getName: (v) = v * 2 
  
}