JSFiddle - React, Tailwind, and code Playground
by Mehmet Alp
HTML
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css">
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<div id="vbrmConfAccordion">
<h3>MO Voice</h3>
<div>
<ul>
<li><p>Average %</p><input type="text" value=""></li>
<li><p>Content1</p><input type="text" value=""></li>
<li><p>Value1</p><input type="text" value=""></li>
</ul>
</div>
<h3>MT Voice</h3>
<h3>MO SMS</h3>
<h3>Data</h3>
JavaScript
$(function() {
$( "#vbrmConfAccordion" ).accordion();
});