Follow the installation steps here and reload VSCode
Simply write tail
for
const Component = styled.div`
${tw``};
`
and tailc
for
const className = css`
${tw``};
`
.js
.jsx
.ts
.tsx
Added support for .jsx
, and .tsx
Initial release
Enjoy!