The CLI usage of the HTML to React transform
Transform props to React.
htr transform --html '<div class="something" for="mystuff" tabindex="2" style="color: white; background-color: black">'
Transform to React component.
htr transform --html '<div class="something" for="mystuff" tabindex="2" style="color: white; background-color: black">' --component-name 'Main'