JSFiddle - React, Tailwind, and code Playground

HTML

<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css">
<script src="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js"></script>
<div data-role="page">
    <div data-role="content">
        <div data-content-theme="e" data-role="collapsible" data-theme="a">
            <h3>Title</h3>
            <p>Content</p>
        </div>
    </div>
</div>

CSS

.ui-collapsible {
    margin : 8px 35px;
}