JSFiddle - React, Tailwind, and code Playground

by Sayantan Das

HTML

<html>

  <body>
    <form action='#' onsubmit="return false;">
      <input type='file' id='fileinput'>
      <input type='button' id='btnLoad' value='Load'>
    </form>
  </body>

</html>

CSS

body {
    font-family: sans-serif;
}