Summer pricing is live: save $50 on Starwind Pro lifetime access.

Code Block 2 - Language Tabs

Pro

A dark tabbed code showcase for comparing the same example across multiple programming languages.

Theme

Upgrade to Pro
App.tsx
import React from "react";
import ReactDOM from "react-dom";

class App extends React.Component {
  // react comment
  const test = "test";
  console.log(test);

  render() {
    return <h1>Hello, World!</h1>;
  }
}
Loading code...

Starwind Dependencies

Sign in to view code and copy install commands.

Sign in

This component requires Starwind Pro.

Get lifetime access to all premium components, updates, and priority support.

Upgrade to Pro

Failed to load code. Please try again.