JSFiddle - React, Tailwind, and code Playground
by smash120
HTML
<div id="tool-content">
<div id="intro">
<p class="s8">Introduction</p>
<p class="s8">Healthcare is a sacred trust. Into the hands of skilled healthcare practitioners, loved ones are delivered with the expectation of healing, relief, help and hope.</p>
<p class="s8">Because of the power of this experience, families and patients are being asked to share their stories. Hearing and understanding the experience of patients, families and caregivers can offer a unique perspective in helping to improve healthcare. Nationally, there is an effort being advanced to learn from the stories of patients and families to improve healthcare and create positive change. Their unique insights can open a world of understanding and feedback so others may learn.</p>
<p class="s8">"Hear With Your Heart" is designed to serve as a guide so that those stories may be told without judgment or blame. It is a place where individuals who have encountered the healthcare system can capture their story and offer feedback and edification to those who are working to improve healthcare.</p>
</div>
<div id="instructions" style="display: none;">
<p class="s9">Instructions</p>
<ul id="ul-instructions">
<li>
<p class="s9" style="display: inline;">Take some time to reflect on the story you would like to tell. We welcome the opportunity to hear about positive experiences, as well as those that were more difficult.</p>
</li>
<li>
<p class="s9">As you write, be aware of ways that your story might help to teach others.</p>
</li>
<li>
<p class="s9" style="display: inline;">There is no need to mention the names of specific healthcare organizations or healthcare professionals.</p>
</li>
<li>
<p class="s9" style="display: inline;">Your story can tell about a journey or just a single event.</p>
</li>
<li>
<p class="s9" style="display: inline;">You can type onto this document or hand write it. It can be downloaded and printed <a href="images/files/Hear%20with%20your%20Heart_052512_mam.pdf" title="ownload Hear with...
JavaScript
$(document).ready(function() {
$("#introductionNext").click(function () {
$("#intro").hide();
$("#instructions").show();
// alert('hi');
});
});