JSFiddle - React, Tailwind, and code Playground

by Larry Kluger

HTML

<script src="https://demo.docusign.net/clickapi/sdk/latest/docusign-click.js"></script>

  <p>
  Unfortunately the clickwrap is not fully shown.
  
  Open the debugger and you'll see the following in the console:
  </p>
  
<code> Refused to display 'https://demo.docusign.net/Signing/?insession=1&ti=857709a880ae48ef8258a656c6d73ca8' in a frame because an ancestor violates the following Content Security Policy directive: "frame-ancestors https://fiddle.jshell.net https://demo.docusign.net".
</code>
 
  
  <div id="ds-terms-of-service"></div>

JavaScript

docuSignClick.Clickwrap.render({
    environment: 'https://demo.docusign.net',
    accountId: 'b124a74b-faa8-46f7-a55e-9bbdc12d2c2e',
    clickwrapId: '78ed040e-c5d4-44e1-8b4e-87d374a86676',
    clientUserId: 'UNIQUE_USER_ID'
  }, '#ds-terms-of-service');