JSFiddle - React, Tailwind, and code Playground

by jacobwsmith

HTML

<div style="background: #ffe7e8; border: 2px solid #e66465; padding: 10px" onclick="console.log('go')">
  <p>Hello World</p>
  <p>Some interesting text</p>
  <button>Click Me</button>
</div>