JSFiddle - React, Tailwind, and code Playground

by jfcox

HTML

<!DOCTYPE html>
<html>
<head>
<style media="print">
table, table * {
 display:inline-block;
}
table tr {display:block;}
table td...