JSFiddle - React, Tailwind, and code Playground

HTML

<html>
 <head>
  <style>
  
  </style>
 </head>
 <body>
 <ol>
      <strong><li>The board develops ....</li></strong>
        <ol type="a">
          <strong><li>How often and by what procedure .... ?</li></strong><span class="pending-response">Awaiting response</span>
        </ol>

      <strong><li>The board develops ...</li></strong>
        <ol type="a">
          <strong><li>A notebook containing a copy of all ...</li></strong><span class="pending-response">Awaiting response</span>
        </ol>

      <strong><li>The board is responsible ...</li></strong>
        <ol type="a">
          <strong><li>Describe the procedures by which ...?</li></strong><span class="pending-response">Awaiting response</span>
          <strong><li>Describe the process for ...</li></strong><span class="pending-response">Awaiting response</span>
          <strong><li>Submit the investment and ...</li></strong><span class="pending-response">Awaiting response</span>
          <strong><li>...</li></strong><span class="pending-response">Awaiting response</span>
        </ol>

      <strong><li>The board employs...</li></strong>
        <ol type="a">
          <strong><li>Is the head ...?</li></strong><span class="pending-response">Awaiting response</span>
          <strong><li>Describe the annual ...</li></strong><span class="pending-response">Awaiting response</span>
          <strong><li>Supply a copy ...</li></strong><span class="pending-response">Awaiting response</span>
        </ol>

      <strong><li>The board ...</li></strong>
        <ol type="a">
          <strong><li>How does the board ...?</li></strong><span class="pending-response">Awaiting response</span>
          <strong><li>Describe the working ...</li></strong><span class="pending-response">Awaiting response</span>
        </ol>

    </ol>
 </body>
</html>