JSFiddle - React, Tailwind, and code Playground

by f1sherman

HTML

<iframe src="http://jsfiddle.net/f1sherman/5Bns5/1/show"/>

<script type='text/javascript'>
title = 'foo'

function iframeclick() {
  title = $(this).attr('title');
  alert(title);
}
</script>