JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src=""https://ajax.googleapis.com/ajax/libs/jquerymobile/1.4.5/jquery.mobile.min.js"></script>
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jquerymobile/1.4.5/jquery.mobile.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquerymobile/1.4.5/jquery.mobile.min.js"></script>
<div data-role="page">
<div data-role="content">
<div data-role="collapsible">
<h3>Section</h3>
<p>I am the Content how are you?</p>
</div>
</div>
</div>
CSS
.ui-collapsible .ui-btn {
height: 10vh !important;
}
.ui-collapsible-inset .ui-collapsible-heading .ui-btn {
color: red !important;
/*margin-top:100px !important;*/
}
.ui-collapsible-heading .ui-btn .ui-btn-text {
color: red !important;
/*top: 10% !important;*/
}