JSFiddle - React, Tailwind, and code Playground

by Martin Sjåstad

HTML

<ul>
  <li>Go to <a href="<?=base_url();?>" style="color: #004b84;">www.ucrooschools.com.au</a></li>
  <li>Sign-in using the following account details:</li>
  <li style="list-style-type: none;">
    <ul>
      <li>Email address: <?=$user->getEmail();?></li>
      <li>Password: [Automatically generated password]</li>
    </ul>
  </li>
  <li>Create a new password (make sure you don’t forget it!)</li>
  <li>Connect your Facebook account (once you have done this you will be able to ‘Sign in with Facebook’)</li>
  <li>Start connecting with friends and classmates</li>
</ul>