Results 2 issues of Adil Shaikh

Atter adding [%bs.raw {|require("tailwindcss/dist/tailwind.min.css")|}]; to our index.re, we get an error unexpected token '{'. Followed the installation steps as per the github readme Any idea about this ??

How would we write Js.t(#PIXI.C.displayObject) in rescript ? I have a function that takes Js.t(#PIXI.C.displayObject) as an argument so that any subType say graphics, container can call it. My Question...