JSFiddle - React, Tailwind, and code Playground

by shahrukh007

HTML

<html>
<head>
<body>
  <input type="text" id="myInput">
  <button type="button">
  submit
  </button>
  <ul id="myUl"></ul>
  <script>
  
  </script>
</body>
</head>
</html>