JSFiddle - React, Tailwind, and code Playground

by raulb

HTML

<script src="https://github.com/jquery/jquery-tmpl/raw/master/jquery.tmpl.min.js"></script>
<script src="https://www.quickbase.com/db/bfx7sqpm8?a=dbpage&amp;pagename=CourseInfo.js"></script>
  <script id="studentTemplate" type="text/x-jquery-tmpl"> 
  </script>

<div id="mydiv">

</div>

JavaScript

$('students').each(function(index) {
    $('mydiv').addHtml(index.gender)
})