JSFiddle - React, Tailwind, and code Playground

by Thomas Smalls

HTML

<html lang="en">
  <h5 id="title">Type something in the input box and click 'Change'</h5>
  <input type="text" id="myTextField" />
  <input type="submit" id="myBtn" value="Change" />
  <script type="text/javascript" src="js/hwb.js"></script>
  <link rel="stylesheet" href="css/hwb.css">

</html>