JSFiddle - React, Tailwind, and code Playground

by vinishanto

HTML

<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<div class="bg-red" tabindex=0>
k
<div>

CSS

.bg-red{
  background-color: red;
  height: 40px;
  width: 150px;
}

JavaScript

alert('sdtatr');
$('.bg-red').on('blur',function(){alert('clicked');});