JSFiddle - React, Tailwind, and code Playground

by j08691

HTML

<a href='javascript:void(0);' onclick='test_str();'>Test String</a>

JavaScript

function test_str() {
  str = "  The quick brown \
  fox jumped over the log.";
  alert(str);
}