JSFiddle - React, Tailwind, and code Playground

by starbuck2511

HTML

<!DOCTYPE html>
<html lang="en">

  <head>
    <meta charset="utf-8">
    <title>title</title>
    <link rel="stylesheet" href="style.css">
    <script src="script.js"></script>
  </head>

  <body>
    <div class="d-flex">
      <button (click)="ExportData(device.id)" class="btn btn-hero my-12">Export</button>
      <div><label class="my-12 mx-12">foo</label></div>
    </div>
  </body>

</html>