JSFiddle - React, Tailwind, and code Playground

by tara5

JavaScript

interface DataSet {
  [Sample: SampleType]: Interface1,
  [Multilevel: MultiLevelType]: Interface1
}