JSFiddle - React, Tailwind, and code Playground

by minamiland

JavaScript

- name: Insall npm package
      shell: bash
      run: |
        npm install
        
- name: Build
      shell: bash
      run: |
        npm run build