JSFiddle - React, Tailwind, and code Playground
by adrianhdezm
HTML
<script src="https://getfirebug.com/firebug-lite-debug.js"></script>
Babel + JSX
let first = {
name: 'first',
color: 'blue'
}
let second = {
name: 'second',
color:'red'
}
console.log(first)